> 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()

Returns the Functions object for the functions of the contracts.

`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="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FQQeIoa44YD2PpdgbF0w7%2Fimage.png?alt=media&amp;token=ff6732c4-859c-4ba9-aeb1-c4288a1e53c5" alt=""><figcaption></figcaption></figure>
