def interpret(self, match): _country, i, j = match.country president = PresidentOf(_country) incumbent = IncumbentOf(president) label = LabelOf(incumbent) return label, ReturnValue(i, j)
def interpret(self, match): president = PresidentOf(match.country) incumbent = IncumbentOf(president) label = LabelOf(incumbent) return label, "enum"
def interpret(self, match): president = PresidentOf(match.country) incumbent = IncumbentOf(president) label = LabelOf(incumbent) pronouns.fetchHisFromAnswers = True return label, "enum"