Lines Matching refs:match
20 from match.line import MatchLines, EvaluateLine
78 match = findMatchingLine(assertion, c1Pass, scope, variables, matchedLines)
79 variables = match.variables
80 assert match.scope.start == match.scope.end
81 assert match.scope.start not in matchedLines
82 matchedLines.append(match.scope.start)
125 match = MatchInfo(MatchScope(c1Length, c1Length), None)
135 match = findMatchingLine(assertionGroup[0], c1Pass, scope, variables)
140 match = findMatchingLine(assertionGroup[0], c1Pass, scope, variables)
144 match = matchDagGroup(assertionGroup, c1Pass, scope, variables)
154 scope = MatchScope(matchFrom, match.scope.start)
159 assert matchFrom <= match.scope.end
160 matchFrom = match.scope.end + 1
161 variables = match.variables