min property

min property

Gets and sets the minimum acceptable value.

Definition:

@property
def min(self):
    ...
@min.setter
def min(self, value):
    ...

See Also