Part of lp.registry.vocabularies View In Hierarchy
IProjectGroup objects vocabulary.| Method | __contains__ | Undocumented |
| Method | toTerm | See IVocabulary. |
| Method | getTermByToken | See IVocabularyTokenized. |
| Method | search | See SQLObjectVocabularyBase. |
Inherited from SQLObjectVocabularyBase:
| Method | __init__ | Undocumented |
| Method | searchForTerms | Undocumented |
| 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 SQLObjectVocabularyBase):
| Method | __getattribute__ | Undocumented |
| Method | supportedFilters | Undocumented |
SQLObjectVocabularyBase.
Returns projects where the project name, displayname, title, summary, or description contain the given query. Returns an empty list if query is None or an empty string.