min propiedad
min propiedad
Obtiene y establece el valor mínimo aceptable.
Definición:
@property
def min(self):
...
@min.setter
def min(self, value):
...
Obtiene y establece el valor mínimo aceptable.
@property
def min(self):
...
@min.setter
def min(self, value):
...