Part of lp.answers.model.questionsperson View In Hierarchy
Known subclasses: lp.registry.model.person.Person
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. |
IQuestionsPerson.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`.