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

# Function.is\_private()

`is_private() → bool`

## Query Example

```python
from glider import *

def query():
    private_functions = (
      Functions()
      .exec(20)
      .filter(lambda x: x.is_private())
    )

    return private_functions
```

## Example Output

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