ParamSpecFloat

class ParamSpecFloat(*args, **kwargs)

Superclasses: ParamSpec

Constructors:

ParamSpecFloat(**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