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

# Function.is\_external()

`is_external() → bool`

## Query Example

```python
from glider import *

def query():
    external_functions = (
      Functions()
      .exec(100)
      .filter(lambda x: x.is_external())
    )

    return external_functions
```

## Example Output

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