CatchInstruction.get_block_instructions()
get_block_instructions() → List[
Instruction
]
Returns all instructions from the catch block
Query Example
from glider import *
def query():
instructionlist = Instructions().catch_instructions().exec(1,1)
return instructionlist[0].get_block_instructions()
Output Example






Last updated