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