max propriété

max propriété

Obtient et définit la valeur maximale acceptable.

Définition:

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

Voir également