tags property

tags property

Definition:

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

See Also