Callables.instructions()
Functions Example
from glider import *
def query():
# Retrieve the instructions of a list of functions
instructions = Functions().instructions().exec(100)
# Return the first five instructions
return instructions[:5]
Modifiers Example

Last updated