> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# headers_data

## get\_method\_name

```python theme={null}
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 "{function_name}@{module_name}" or empty string if not found.

## get\_package\_version

```python theme={null}
def get_package_version() -> str
```

Get the package version of galileo.

## get\_sdk\_header

```python theme={null}
def get_sdk_header() -> str
```

Build the X-Galileo-SDK header value.
