> 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/instructions/instructions.internal_calls.md).

# Instructions.internal\_calls()

Returns a list of all internal call instructions if the parameter is skipped. Otherwise, returns call instructions of corresponding type (internal, public or private)

`internal_calls(visibility: str = '') →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


def query():
  return Instructions().internal_calls().exec(3,3)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2Fqlu1me2d4mKJqiDeTpIf%2Fimage.png?alt=media&amp;token=a312370b-016d-459c-8586-b178c08d48d7" alt=""><figcaption></figcaption></figure>
