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

# Function.is\_global()

`is_global() → bool`

## Query Example

```python
from glider import *

def query():
    global_functions = (
      Functions()
      .exec(85_200)
      .filter(lambda x: x.is_global())
    )

    return global_functions
```

## Example Output

<figure><img src="/files/76bKF8tcTK2ZAPWtaHyM" alt=""><figcaption></figcaption></figure>
