Functions.without_modifiers()
without_modifiers() →
Functions
Adds a filter to get functions that don't have modifiers at all.
Example
from glider import *
def query():
functions = Functions().without_modifiers().exec(1)
return functions
Output

Last updated