Last updated 24 days ago
get_block_instructions() → List[Instruction]
get_block_instructions() → List[
Instruction
]
Returns all instructions from the catch block
from glider import * def query(): instructionlist = Instructions().catch_instructions().exec(1,1) return instructionlist[0].get_block_instructions()