expired property

expired property

Definition:

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

See Also