CADETProcess.dataStructure.parameter.List

Contents

CADETProcess.dataStructure.parameter.List#

class CADETProcess.dataStructure.parameter.List(*args, ty=None, **kwargs)[source]#

Parameter descriptor constrained to list values.

Attributes:
default

Any: 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

alias of list