Home | History | Annotate | Download | only in python2.7

Lines Matching defs:BlockFinder

632 class BlockFinder:
675 blockfinder = BlockFinder()
677 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater)
680 return lines[:blockfinder.last]