published property
published property
Definition:
@property
def published(self):
...
@published.setter
def published(self, value):
...
See Also
- class
TimeTagCategory
@property
def published(self):
...
@published.setter
def published(self, value):
...
TimeTagCategory