CADETProcess.dataStructure.parameter.Integer

Contents

CADETProcess.dataStructure.parameter.Integer#

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

Parameter descriptor constrained to integer 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 int