Contracts.exec()
Executes the formed query and returns the list of Contract objects.
Example Query 1
from glider import *
def query():
contracts = Contracts().exec(3)
return contractsOutput Example 1

Example Query 2
Output Query 2

Last updated