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