pg.mutfun.Var¶
Accessible via pg.mutfun.Var.
- class Var(name)[source]¶
Bases:
pg.mutfun.SymbolReferenceReference to a variable by name.
Methods:
evaluate(context)Evaluates current instruction with variable dictionary.
python_repr([block_indent])Returns a Python code representation of current instruction.