Searched refs:MatchInfo (Results 1 – 1 of 1) sorted by relevance
23 MatchInfo = namedtuple("MatchInfo", ["scope", "variables"]) variable61 return MatchInfo(MatchScope(i, i), newVariables)83 return MatchInfo(MatchScope(min(matchedLines), max(matchedLines)), variables)125 match = MatchInfo(MatchScope(c1Length, c1Length), None)