Instructions.functions()

Returns Functions object for the functions of the instructions. Note: The function will return parent functions for those instructions that belong to a function, not to a modifier. To get parent modif

functions() → Functions

Query Example

from glider import *

def query():
  
  return Instructions().functions().exec(1)

Output Example

Last updated