The method returns a list of instruction in a try block.
Last updated 3 months ago
get_block_instructions() -> APIList[Instruction]
get_block_instructions() -> APIList[
Instruction
]
from glider import * def query(): try_instructions = Instructions().try_instructions().exec(1) return try_instructions + try_instructions[0].get_block_instructions()