Skip to main content

get_method_name

def get_method_name() -> str
Get the entry point method name into the galileo package. Returns the last function before exiting the galileo package when traversing from the bottom of the call stack. This captures any entry point including direct usage of autogenerated resources or utils. Returns
  • str: A string in format ”@” or empty string if not found.

get_package_version

def get_package_version() -> str
Get the package version of galileo.

get_sdk_header

def get_sdk_header() -> str
Build the X-Galileo-SDK header value.