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

# Instructions.delegate\_calls\_from\_assembly()

Returns a list of delegate call instructions from assembly.

`delegate_calls_from_assembly() →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


def query():
  return Instructions().delegate_calls_from_assembly().exec(1)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2Fd3rrmmoYrjH5AsoYG0qx%2Fimage.png?alt=media&amp;token=8d61422d-7703-4a9c-9e62-579e7af0aec9" alt=""><figcaption></figcaption></figure>
