> 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/catchinstruction/catchinstruction.get_block_instructions.md).

# CatchInstruction.get\_block\_instructions()

`get_block_instructions() ->` [`APIList`](/glider-ide/api/iterables/apilist.md)`[`[`Instruction`](/glider-ide/api/instruction.md)`]`

## Query Example

```python
from glider import *

def query():
    catch_instructions = Instructions().catch_instructions().exec(1,1)

    return catch_instructions + catch_instructions[0].get_block_instructions()
```

## Example Output

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

<figure><img src="/files/0czJN2EoCS8TNi1GXdBe" alt=""><figcaption></figcaption></figure>

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

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

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

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

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