Home | History | Annotate | Download | only in Lib

Lines Matching refs:tokeneater

632     """Provide a tokeneater() method to detect the end of a code block."""
640 def tokeneater(self, type, token, srow_scol, erow_ecol, line):
676 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater)