Part of canonical.launchpad.webapp.vocabulary View In Hierarchy
Known subclasses: canonical.launchpad.database.binaryandsourcepackagename.BinaryAndSourcePackageNameVocabulary, lp.registry.vocabularies.PillarVocabularyBase, lp.registry.vocabularies.SourcePackageNameVocabulary, lp.soyuz.model.binarypackagename.BinaryPackageNameVocabulary
Implements interfaces: canonical.launchpad.webapp.vocabulary.IHugeVocabulary
Method | __init__ | Undocumented |
Method | search | Return terms where query is a subtring of the name. |
Method | searchForTerms | Return a `CountableIterator` of `SimpleTerm`s that match the query. |
Inherited from NamedSQLObjectVocabulary:
Method | toTerm | See SQLObjectVocabularyBase. |
Method | getTermByToken | Undocumented |
Inherited from SQLObjectVocabularyBase (via NamedSQLObjectVocabulary):
Method | __iter__ | Return an iterator which provides the terms from the vocabulary. |
Method | __len__ | Undocumented |
Method | __contains__ | Undocumented |
Method | getQuery | Undocumented |
Method | getTerm | Undocumented |
Method | emptySelectResults | Return a SelectResults object without any elements. |