class I18nTags(Tags):
Dummy tags module for I18nBuilder.
To translate all text inside of only nodes, this class always returns True value even if no tags are defined.
Method | eval​_condition |
Undocumented |
Inherited from Tags
:
Method | __init__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | add |
Undocumented |
Method | has |
Undocumented |
Method | remove |
Undocumented |
Instance Variable | tags |
Undocumented |
sphinx.util.tags.Tags.eval_condition
Undocumented
Parameters | |
condition:Any | Undocumented |
Returns | |
bool | Undocumented |