class documentation

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Method add Undocumented
Method eval_condition Undocumented
Method has Undocumented
Method remove Undocumented
Instance Variable tags Undocumented
def __init__(self, tags=None): (source)

Undocumented

Parameters
tags:list[str]|NoneUndocumented
def __iter__(self): (source)

Undocumented

Returns
Iterator[str]Undocumented
def add(self, tag): (source)

Undocumented

Parameters
tag:strUndocumented
def eval_condition(self, condition): (source)

Undocumented

Parameters
condition:strUndocumented
Returns
boolUndocumented
def has(self, tag): (source)

Undocumented

Parameters
tag:strUndocumented
Returns
boolUndocumented
def remove(self, tag): (source)

Undocumented

Parameters
tag:strUndocumented

Undocumented