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

# Function.is\_constructor()

`is_constructor() → bool`

## Example

```python
from glider import *

def query():
    constructors = (
      Functions()
      .exec(100)
      .filter(lambda x: x.is_constructor())
    )

    return constructors
```

## Output

<figure><img src="/files/1wnEw6uaWz2QXCKtAD1h" alt=""><figcaption></figcaption></figure>
