class ExpressionLiteral(Expression): (source)
Method | __call__ |
Evaluate the expression @param dict: the context with parameter values |
Method | __eq__ |
Undocumented |
Method | __init__ |
Constructor @param value: the expression value (string, int, float, ...) |
Method | pprint |
Print the expression hierarchy |
Class Variable | __slots__ |
Undocumented |
Instance Variable | value |
Undocumented |
Inherited from Expression
:
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |