max property

max property

Gets and sets the maximum acceptable value.

Definition:

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

See Also