Instructions.modifiers()

modifiers() → Modifiers

Returns Modifiers object for the modifiers of the instructions. Note: The function will return parent modifiers for those instructions that belong to a modifier, not to a function. To get parent functions of that instructions use functions() method.

Query Example

from glider import *

def query():

  return Instructions().modifiers().exec(1)

Output Example

Last updated