l.a.m.q.QuestionSet : class documentation

Part of lp.answers.model.question View In Hierarchy

The set of questions in the Answer Tracker.
Method __init__ See IQuestionSet.
Method findExpiredQuestions See IQuestionSet.
Method searchQuestions See IQuestionSet
Method getQuestionLanguages See IQuestionSet
Method getMostActiveProjects See IQuestionSet.
Static Method new Common implementation for IQuestionTarget.newQuestion().
Method get See IQuestionSet.
Method getOpenQuestionCountByPackages See IQuestionSet.
Method _getOpenQuestionCountsForDistribution Get question counts by package belonging to the given distribution.
def __init__(self):
See IQuestionSet.
def findExpiredQuestions(self, days_before_expiration):
See IQuestionSet.
def searchQuestions(self, search_text=None, language=None, status=QUESTION_STATUS_DEFAULT_SEARCH, sort=None):
See IQuestionSet
def getQuestionLanguages(self):
See IQuestionSet
def getMostActiveProjects(self, limit=5):
See IQuestionSet.
@staticmethod
def new(title=None, description=None, owner=None, product=None, distribution=None, sourcepackagename=None, datecreated=None, language=None):
Common implementation for IQuestionTarget.newQuestion().
def get(self, question_id, default=None):
See IQuestionSet.
def getOpenQuestionCountByPackages(self, packages):
See IQuestionSet.
def _getOpenQuestionCountsForDistribution(self, distribution, packages):
Get question counts by package belonging to the given distribution.

See IQuestionSet.getOpenQuestionCountByPackages for more information.

API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.