Functions.constructors()
Example
from glider import *
def query():
# Fetch a list of constructors
functions = Functions().constructors().exec(2)
return functionsOutput

Old constructor syntax

Last updated