class documentation

class Tags:

Known subclasses: sphinx.builders.gettext.I18nTags

View In Hierarchy

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):

Undocumented

Parameters
tags:List[str]Undocumented
def __iter__(self):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

Parameters
tag:strUndocumented
tags =

Undocumented