pg.mutfun.BinaryOperator¶
Accessible via pg.mutfun.BinaryOperator.
- class BinaryOperator(x, y)[source]¶
Bases:
pg.mutfun.OperatorBase class for binary math operations.
Methods:
evaluate(context)Evaluates current instruction with variable dictionary.
python_repr([block_indent])Returns a Python code representation of current instruction.