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*defquery():returnInstructions().modifiers().exec(1)