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

# Function.return\_instructions()

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

Returns the `return` instructions of the function.

```python
from glider import *

def query():
  # Fetch a list of functions
  functions = Functions().exec(20)

  # Retrieve the return instructions of the first function
  instruction = functions[0].return_instructions().exec()

  return instruction
```

<br>

Output:

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