> 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/contracts/contracts.functions.md).

# Contracts.functions()

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

## Example Query

```python
from glider import *

def query():

  functions = Contracts().functions().exec(1)

  return functions
```

## Output Example

<figure><img src="/files/G3aKyan2lD0tbLnMgi1n" alt=""><figcaption></figcaption></figure>
