Returns the Modifiers object for the modifiers of the function.
Example
from glider import*defquery():# Fetch a list of functions functions =Functions().with_one_property([MethodProp.HAS_MODIFIERS]).exec(1)# Retrieve the modifiers of the first function modifers = functions[0].modifiers().exec()return modifers