> 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.modifiers.md).

# Instructions.modifiers()

**`modifiers`**`() →` [`Modifiers`](/glider-ide/api/modifiers.md)

Returns [Modifiers](/glider-ide/api/modifiers.md) object for the modifiers of the instructions. Note: The function will return parent modifiers for those instructions that belong to a modifier, not to a function. To get parent functions of that instructions use `functions()` method.

## Query Example

```python
from glider import *


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

## Example Output

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