hidden property

hidden property

Definition:

@property
def hidden(self):
    ...

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

See Also