def __call__()

in 2_eval-design-ptn/02_azure-evaluation-sdk/ExactMatchEvaluator/_exact_match.py [0:0]


    def __call__(self, *args, **kwargs):
        """Evaluate whether the response matches the ground truth exactly."""
        return super().__call__(*args, **kwargs)