Lines Matching refs:next
387 tokentype, token, indent = self.next()
393 tokentype, token, indent = self.next()
395 tokentype, token, indent = self.next()
409 tokentype, token, indent = self.next()
418 tokentype, token, indent = self.next()
438 tokentype, fname, ind = self.next()
441 tokentype, open, ind = self.next()
445 tokentype, colon, ind = self.next()
452 tokentype, cname, ind = self.next()
456 tokentype, next, ind = self.next()
457 if next == '(':
459 elif next != ':': return None
465 tokentype, token, indent = self.next()
486 tokentype, token, indent = self.next()
497 def next(self):
498 type, token, (lineno, indent), end, self.parserline = self.gen.next()
553 tokentype, token, indent = self.next()