Returns the Instruction's Value object.
Last updated 4 months ago
get_value() -> |
get_value() ->
|
from glider import * def query(): instructions = Instructions().exec(2,1) results = [] for inst in instructions: print(inst.get_value()) return instructions
Value
NoneObject