Returns an Instructions object for the 'try' instructions.
Last updated 5 months ago
try_instructions() →
from glider import * def query(): return Instructions().try_instructions().exec(1)
Instructions