is_hide_superscript property

is_hide_superscript property

Whether to display the upper bound

Definition:

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

See Also