CADETProcess.dataStructure.parameter.Dictionary#
- class CADETProcess.dataStructure.parameter.Dictionary(*args: Any, ty: type | None = None, **kwargs: Any)[source]#
Parameter descriptor constrained to dictionary (dict) values.
- Attributes:
defaultAny: Get or set the default value of the parameter.
Methods
cast_value(value)Cast the type of the given value.
get_default_value(instance)Return default values if necessary.
ty