def get_answers_in_context()

in src/classes/qaexample.py [0:0]


    def get_answers_in_context(self):
        """Find all gold answers that appear in the context passage, excluding those that don't."""
        return [ga for ga in self.gold_answers if ga.is_answer_in_context()]