is_hide_subscript property

is_hide_subscript property

Whether to display the lower bound

Definition:

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

See Also