pg.mutfun.FunctionCall¶
Accessible via pg.mutfun.FunctionCall.
- class FunctionCall(name, args=[])[source]¶
Bases:
pg.mutfun.SymbolReferenceFunction call.
Methods:
evaluate(context)Evaluates current instruction with variable dictionary.
python_repr([block_indent])Returns a Python code representation of current instruction.