Part of lp.registry.vocabularies View In Hierarchy
| Method | __init__ | Undocumented |
| Method | __iter__ | See IIterableVocabulary. |
| Method | __len__ | See IIterableVocabulary. |
| Method | __contains__ | See ISource. |
| Method | toTerm | See IVocabulary. |
| Method | getTerm | See IBaseVocabulary. |
| Method | getTermByToken | See IVocabularyTokenized. |
| Method | search | Search for active mailing lists. |
| Method | searchForTerms | See IHugeVocabulary. |
Inherited from FilteredVocabularyBase:
| Method | __getattribute__ | Undocumented |
| Method | supportedFilters | Undocumented |
| Parameters | text | The name of a mailing list, which can be a partial name. This actually matches against the name of the team to which the mailing list is linked. If None (the default), all active mailing lists are returned. |
| Returns | An iterator over the active mailing lists matching the query. | |