from glider import*defquery(): instructions = (Instructions().low_level_function_calls().exec(1, 137) )for ins in instructions:print(ins.get_value().get_callee_values().get_call_gas())print(ins.get_value().get_callee_values().get_call_gas().expression)return instructions