The array_values.py module#

Summary#

BooleanArrayValue

Stores a value as a BooleanArrayValue variable type.

IntegerArrayValue

Stores a value as an IntegerArrayValue variable type.

RealArrayValue

Stores a value as a RealArrayValue variable type.

StringArrayValue

Stores a value as a StringArrayValue variable type.

T

Description#

Defines all array value implementations of the IVariableValue variable type.

Module detail#

array_values.T#