modelspec.base_types.EvaluableExpression

class modelspec.base_types.EvaluableExpression(expr)[source]

Bases: str

EvaluableExpression 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