PyWithTags
class PyWithTags(with_tags)
Bases: object
Interface to be inherited by content items with tags.
- Parameters: with_tags (IWithTags)
__init__(with_tags)
Creates a new PyWithTags object.
Args: : with_tags: A IWithTags object.
Returns: None.
- Parameters: with_tags (IWithTags)
- Return type: None
Methods
__init__ (with_tags) |
Creates a new PyWithTags object. |
---|
Attributes
tags |
Gets or sets the tags for the content item. |
---|
property tags : List[PyTag]
Gets or sets the tags for the content item.