l.b.v.BugTaskMilestoneVocabulary : class documentation

Part of lp.bugs.vocabularies View In Hierarchy

Milestones for a set of bugtasks.

This vocabulary supports the optional preloading and caching of milestones in order to avoid repeated database queries.

Method __init__ Undocumented
Method milestones Undocumented
Method visible_milestones Undocumented
Method getTerm See IVocabulary.
Method getTermByToken See IVocabularyTokenized.
Method __len__ See IVocabulary.
Method __iter__ See IVocabulary.
Method toTerm See IVocabulary.
Method __contains__ See IVocabulary.
Method _load_milestones Undocumented
Method _get_milestones All milestones for the specified bugtask.
def __init__(self, default_bugtask=None, milestones=None):
Undocumented
def _load_milestones(self, bugtask):
Undocumented
@property
def milestones(self):
Undocumented
def visible_milestones(self, bugtask=None):
Undocumented
def _get_milestones(self, bugtask=None):
All milestones for the specified bugtask.
def getTerm(self, value):
See IVocabulary.
def getTermByToken(self, token):
See IVocabularyTokenized.
def __len__(self):
See IVocabulary.
def __iter__(self):
See IVocabulary.
def toTerm(self, obj):
See IVocabulary.
def __contains__(self, obj):
See IVocabulary.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.