min property
min property
Gets and sets the minimum acceptable value.
Definition:
@property
def min(self):
...
@min.setter
def min(self, value):
...
Gets and sets the minimum acceptable value.
@property
def min(self):
...
@min.setter
def min(self, value):
...