Part of lp.registry.vocabularies View In Hierarchy
Known subclasses: lp.registry.vocabularies.FeaturedProjectVocabulary
IProduct, IProjectGroup or IDistribution vocabulary.| Method | __contains__ | Undocumented |
| Method | supportedFilters | Undocumented |
Inherited from PillarVocabularyBase:
| Method | toTerm | See IVocabulary. |
| Method | getTermByToken | See IVocabularyTokenized. |
| Method | searchForTerms | Undocumented |
Inherited from NamedSQLObjectHugeVocabulary (via PillarVocabularyBase):
| Method | __init__ | Undocumented |
| Method | search | Return terms where query is a subtring of the name. |
Inherited from SQLObjectVocabularyBase (via PillarVocabularyBase, NamedSQLObjectHugeVocabulary, NamedSQLObjectVocabulary):
| Method | __iter__ | Return an iterator which provides the terms from the vocabulary. |
| Method | __len__ | Undocumented |
| Method | getTerm | Undocumented |
| Method | emptySelectResults | Return a SelectResults object without any elements. |
Inherited from FilteredVocabularyBase (via PillarVocabularyBase, NamedSQLObjectHugeVocabulary, NamedSQLObjectVocabulary, SQLObjectVocabularyBase):
| Method | __getattribute__ | Undocumented |