Instructions.entry_point_instructions()
Returns an Instructions object for the 'entry point' instructions
Query Example
from glider import *
def query():
return Instructions().entry_point_instructions().exec(1)Example Output

Last updated