Returns the instruction's i-th component.
Last updated 4 months ago
get_component(i : int) → |
get_component(
i : int
) →
|
from glider import * def query(): instructions = Instructions().exec(1,1) print(instructions[0].get_component(0).expression) return instructions
Value
NoneObject