Searched refs:MatchList (Results 1 – 2 of 2) sorted by relevance
161 MatchList = gLineControlDirective.findall(Line)162 if MatchList != []:163 MatchList = MatchList[0]164 if len(MatchList) == 2:165 LineNumber = int(MatchList[0], 0)166 InjectedFile = MatchList[1]
151 def _CheckToken(self, MatchList): argument152 for Match in MatchList:472 MatchList = [Match1, Match2, Match3]473 for Match in MatchList: