> 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/contract/contract.pragmas.md).

# Contract.pragmas()

`pragmas() → List[Tuple[str, str]]`

## Example query

```python
from glider import *

def query():
  contracts = Contracts().exec(5)

  for contract in contracts:
    print(contract.pragmas())


  return contracts
```

## Example output

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