Instruction.is_start_loop()
Returns true if the instruction is start_loop instruction, otherwise returns false.
Output Example
from glider import *
def query():
return Instructions().exec(1000).filter(lambda x: x.is_start_loop())Query Example

Last updated