Instruction.is_call()
Returns True if the instruction is call instruction, otherwise returns False.
Last updated
Returns True if the instruction is call instruction, otherwise returns False.
Last updated
is_call
-> bool
With the Glider 1.0 update, calling the exec
function returns an APIList
[
Instruction
]
. You can then use Instruction
functions, which are applied to each element of the APIList
[
Instruction
]