smart_tag_clean property

smart_tag_clean property

Determines whether the smart tag should be cleaned. No inheritance applied. Read/write bool.

Definition:

@property
def smart_tag_clean(self):
    ...

@smart_tag_clean.setter
def smart_tag_clean(self, value):
    ...

See Also