Returns all instructions from the catch block
Last updated 4 days ago
get_block_instructions() -> APIList[Instruction]
get_block_instructions() ->
APIList
[
Instruction
]
from glider import * def query(): catch_instructions = Instructions().catch_instructions().exec(1,1) return catch_instructions + catch_instructions[0].get_block_instructions()