> 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/function/function.has_modifiers.md).

# Function.has\_modifiers()

`has_modifiers() → bool`

## Example

```python
from glider import *

def query():
    functions_with_modifiers = (
      Functions()
      .exec(100)
      .filter(lambda x: x.has_modifiers())
    )

    return functions_with_modifiers
```

## Output

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