Functions.exec()
Executes the formed query and returns a list of the Function objects.
Query Example
from glider import *
def query():
# Fetch a list of functions
functions = Functions().exec(2)
return functionsOutput Example

Last updated