Lines Matching defs:peekChar
243 def peekChar(self):281 result = self.peekChar()334 c = self.peekChar()363 c2 = self.peekChar()372 print "nextRealToken: \\ found, next token is '%s'" % repr(self.peekChar())373 if self.peekChar() == tokLN: # trailing \419 c2 = self.peekChar()428 c2 = self.peekChar()