Returns true if the function is global, otherwise returns false.
Last updated 6 days ago
is_global() β bool
from glider import * def query(): global_functions = ( Functions() .exec(30_000) .filter(lambda x: x.is_global()) ) return global_functions