Searched refs:MatchInfo (Results 1 – 1 of 1) sorted by relevance
23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) variable179 return MatchInfo(MatchScope(i, i), new_variables)228 match = MatchInfo(MatchScope(min(matched_lines), max(matched_lines)), variables)247 match = MatchInfo(MatchScope(self.c1_length, self.c1_length), None)