Instructions.calls()
Returns an Instructions object for the call instructions
Query Example
from glider import *
def query():
return Instructions().calls().exec(3, 72)Example Output

Last updated
Returns an Instructions object for the call instructions
from glider import *
def query():
return Instructions().calls().exec(3, 72)
Last updated