limit_location property

limit_location property

This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator.

Definition:

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

See Also