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