closed property

closed property

Closed

Definition:

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

See Also