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