limit_location property

limit_location property

The location of limits (subscript and superscript)

Definition:

@property
def limit_location(self):
    ...

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

See Also