Instruction.source_code()
Returns the source code of the instruction
Query Example
from glider import *
def query():
instructions = Instructions().exec(1,1)
print(instructions[0].source_code())
return instructions
Output Example

Last updated