CADETProcess.dataStructure.parameter.Dictionary

Contents

CADETProcess.dataStructure.parameter.Dictionary#

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

Parameter descriptor constrained to dictionary (dict) 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 dict