min_limits property

min_limits property

Gets or sets the minimum limits.

Definition:

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

See Also