Returns the Instructions object withe all the external call instructions.
Last updated 1 month ago
external_calls() → Instructions
external_calls
() →
Instructions
from glider import * def query(): return Instructions().external_calls().exec(3, 13)