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

Last updated