Tags module¶
Filters tags based on section, name or validity. Defaults to all valid tags in all sections.
Parameters: - section_index – If specified, includes tags only from section of this index.
- section_name – If specified, includes tags only from sections of this name.
- name – If specified, includes tags matching this name. Wildcards are supported.
- valid – If specified, includes tags of this validity.
Returns: Iterator of matching Tag objects.