published property

published property

Gets the tag that indicates the date a file became available.

Definition:

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

See Also