maximum_value property

maximum_value property

MaximumValue

Definition:

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

See Also