modelspec.base_types.EvaluableExpression
- class modelspec.base_types.EvaluableExpression[source]
Bases:
strEvaluableExpression is a string that can be evaluated to a value during modelspec execution. This class inherits from str, so it can be used as a string.
Methods
- property expr
The expression string. Always reflects the underlying str value.