published property

published property

The tag that indicates the date a file became available.

Definition:

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

See Also