Instructions.low_level_function_calls()
Returns a list of the functions calls instructions
low_level_function_calls() →
Instructions
Query Example
from glider import *
def query():
return Instructions().low_level_function_calls().exec(3)
Output Example

Last updated