l.r.v.DistroSeriesDifferencesVocabulary(FilteredVocabularyBase) : class documentation

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
def __init__(self, context):
Create a new vocabulary for the context.
Parameterscontext (type: IDistroSeries.)
def __len__(self):
See IIterableVocabulary.
def __iter__(self):
See IIterableVocabulary.
def __contains__(self, value):
See IVocabulary.
def getTerm(self, value):
See IVocabulary.
def getTermByToken(self, token):
See IVocabularyTokenized.
@staticmethod
def toTerm(dsd):
Return the term for a DistroSeriesDifference.
def searchForTerms(self, query=None, vocab_filter=None):
See IHugeVocabulary.
def searchForDifferences(self):
The set of `DistroSeriesDifference`s related to the context.

:return: `IResultSet` yielding `IDistroSeriesDifference`.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.