> 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/instruction/instruction.get_callees.md).

# Instruction.get\_callees()

`get_callees() → Dict`

## Query Example

```python
from glider import *

def query():
    instructions = Instructions().exec(3,182)
    results = []
    
    for inst in instructions: 
        print(inst.get_callees())

    return instructions
```

## Example Output

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