Part of lp.registry.vocabularies View In Hierarchy
Known subclasses: lp.registry.vocabularies.AdminMergeablePersonVocabulary
This vocabulary is a very specialized one, meant to be used only to choose accounts to merge. You don't want to use it.
| Method | __contains__ | Undocumented |
| Method | search | See SQLObjectVocabularyBase. |
| Method | _select | Return IPerson objects that match the text. |
Inherited from BasePersonVocabulary:
| Method | toTerm | Return the term for this object. |
| Method | getTermByToken | Return the term for the given token. |
Inherited from SQLObjectVocabularyBase:
| Method | __init__ | Undocumented |
| Method | searchForTerms | Undocumented |
| Method | toTerm | Undocumented |
| Method | __iter__ | Return an iterator which provides the terms from the vocabulary. |
| Method | __len__ | Undocumented |
| Method | getTerm | Undocumented |
| Method | getTermByToken | Undocumented |
| Method | emptySelectResults | Return a SelectResults object without any elements. |
Inherited from FilteredVocabularyBase (via SQLObjectVocabularyBase):
| Method | __getattribute__ | Undocumented |
| Method | supportedFilters | Undocumented |