CADETProcess.dataStructure.parameter.IntegerList#
- class CADETProcess.dataStructure.parameter.IntegerList(*args: Any, dtype: type | None = None, **kwargs: Any)[source]#
List of integers.
- Attributes:
defaultAny: Get or set the default value of the parameter.
Methods
cast_value(value)Cast the type of the given value.
check_dtype(value)Validate if the dtype of values is correct.
dtypeget_default_value(instance)Return default values if necessary.
ty