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