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

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

Known subclasses: lp.registry.model.person.Person

See IQuestionsPerson.
Method searchQuestions See IQuestionsPerson.
Method getQuestionLanguages See IQuestionCollection.
Method getDirectAnswerQuestionTargets See IQuestionsPerson.
Method getTeamAnswerQuestionTargets See IQuestionsPerson.
Method _getQuestionTargetsFromAnswerContacts Return a list of active IQuestionTargets.
def searchQuestions(self, search_text=None, status=QUESTION_STATUS_DEFAULT_SEARCH, language=None, sort=None, participation=None, needs_attention=None):
See IQuestionsPerson.
def getQuestionLanguages(self):
See IQuestionCollection.
def getDirectAnswerQuestionTargets(self):
See IQuestionsPerson.
def getTeamAnswerQuestionTargets(self):
See IQuestionsPerson.
def _getQuestionTargetsFromAnswerContacts(self, answer_contacts):
Return a list of active IQuestionTargets.

:param answer_contacts: an iterable of `AnswerContact`s.
:return: a list of active `IQuestionTarget`s.
:raise AssertionError: if the IQuestionTarget is not a `Product`,
    `Distribution`, or `SourcePackage`.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.