add_tags method

add_tags

Adds the tags.

def add_tags(self, tags_to_add):
    ...
ParameterTypeDescription
tags_to_addlistThe tags to add.

See Also