ParamSpecFloat

class ParamSpecFloat(*args, **kwargs)

Superclasses: ParamSpec

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

Fields

class ParamSpecFloat
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-30.

maximum

Maximum value for the property specified

minimum

Minimum value for the property specified

parent_instance

Private ParamSpec portion