cmd_queue.util.util_tags module

class cmd_queue.util.util_tags.Tags(iterable=(), /)[source]

Bases: list

A glorified List[str] with special extra methods

classmethod coerce(tags)[source]

Coerce the tags to a list of strings or None

intersection(other)[source]