class ExpressionOperator(Expression): (source)
| Method | __call__ |
Evaluate the expression @param dict: the context with parameter values |
| Method | __eq__ |
Undocumented |
| Method | __init__ |
No summary |
| Method | pprint |
Print the expression hierarchy |
| Class Variable | __slots__ |
Undocumented |
| Instance Variable | lexpr |
Undocumented |
| Instance Variable | operator |
Undocumented |
| Instance Variable | rexpr |
Undocumented |
Inherited from Expression:
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Parameters | |
| operator | an operator function |
| lexpr | left hand Expression object |
| rexpr | right hand Expression object |