is_automatic_max_value property

is_automatic_max_value property

Indicates whether the max value is automatically assigned.

Definition:

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

See Also