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

# Functions.without\_modifiers()

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

Adds a filter to get functions that don't have modifiers at all.

## Example

```python
from glider import *

def query():
  functions = Functions().without_modifiers().exec(1)

  return functions
```

## Output

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