Part of lp.registry.vocabularies View In Hierarchy
A vocabulary source for differences relating to a series. Specifically, all `DistroSeriesDifference`s relating to a derived series.
| Method | __init__ | Create a new vocabulary for the context. |
| Method | __len__ | See IIterableVocabulary. |
| Method | __iter__ | See IIterableVocabulary. |
| Method | __contains__ | See IVocabulary. |
| Method | getTerm | See IVocabulary. |
| Method | getTermByToken | See IVocabularyTokenized. |
| Static Method | toTerm | Return the term for a DistroSeriesDifference. |
| Method | searchForTerms | See IHugeVocabulary. |
| Method | searchForDifferences | The set of `DistroSeriesDifference`s related to the context. |
Inherited from FilteredVocabularyBase:
| Method | __getattribute__ | Undocumented |
| Method | supportedFilters | Undocumented |