Part of lp.code.vocabularies.branch View In Hierarchy
These are branches that the user either owns themselves or which are owned by a team of which the person is a member.
| Method | __init__ | Pass a Person as context, or anything else for the current user. |
| Method | _getCollection | Undocumented |
Inherited from BranchVocabulary:
| Method | toTerm | The display should include the URL if there is one. |
| Method | getTermByToken | See IVocabularyTokenized. |
| Method | searchForTerms | See IHugeVocabulary. |
| Method | __len__ | See IVocabulary. |
Inherited from SQLObjectVocabularyBase (via BranchVocabulary):
| Method | search | Undocumented |
| Method | __iter__ | Return an iterator which provides the terms from the vocabulary. |
| Method | __contains__ | Undocumented |
| Method | getTerm | Undocumented |
| Method | emptySelectResults | Return a SelectResults object without any elements. |
Inherited from FilteredVocabularyBase (via BranchVocabulary, SQLObjectVocabularyBase):
| Method | __getattribute__ | Undocumented |
| Method | supportedFilters | Undocumented |