CollectionType#
Module: exa.common.data.parameter
- class CollectionType(value)#
Bases:
IntEnumParameter collection type.
Attributes
Methods
Cast the given value to this collection type.
- SCALAR = 0#
Scalar, not a list of any kind.
- LIST = 1#
Python list.
- NDARRAY = 2#
Numpy ndarray.
Inheritance
