CollectionType#
- class CollectionType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
IntEnum
Parameter collection type.
Module:
exa.common.data.parameter
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.