max_limits property

max_limits property

Gets or sets the maximum limits.

Definition:

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

See Also