> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instructions/instructions.functions.md).

# Instructions.functions()

Returns Functions object for the functions of the instructions. Note: The function will return parent functions for those instructions that belong to a function, not to a modifier. To get parent modif

**`functions`**`() →` [`Functions`](/glider-ide/api/functions.md)

## Query Example

```python
from glider import *


def query():
  return Instructions().functions().exec(1)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FjpWAtPTZmQ8NcNmJPgua%2Fimage.png?alt=media&amp;token=2e7c54bd-cdc8-4a7a-83a1-2c4a96a10b04" alt=""><figcaption></figcaption></figure>
