ParamSpecDouble

class ParamSpecDouble(*args, **kwargs)

Superclasses: ParamSpec

A ParamSpec derived structure that contains the meta data for double properties.

Fields

class ParamSpecDouble
default_value

Default value for the property specified

epsilon

Values closer than epsilon will be considered identical by param_values_cmp(); the default value is 1e-90.

maximum

Maximum value for the property specified

minimum

Minimum value for the property specified

parent_instance

Private ParamSpec portion