Searched refs:nextPos (Results 1 – 1 of 1) sorted by relevance
152 def nextPos (self, i): member in SrcLexer216 i = self.nextPos(i)268 i = self.nextPos(i)270 if c == '\\' and self.chars[self.nextPos(i)] == "\n":271 i = self.nextPos(i)
Completed in 15 milliseconds