Returns source code of variable
Last updated 2 months ago
source_code() β str
from glider import * def query(): state_variables = ( StateVariables() .exec(5) ) print(state_variables[0].source_code()) return state_variables