The variable_value.py module#

Summary#

IVariableValue

Defines an interface for the behavior common among all variable types.

CommonArrayValue

Defines an interface for the behavior common among all array types.

VariableValueInvalidError

Raises an error to indicate that a required variable value is invalid.

T

Description#

Defines the IVariableValue class and related classes.

Module detail#

variable_value.T#