Home | History | Annotate | Download | only in Lib

Lines Matching full:blockfinder

631 class BlockFinder:
674 blockfinder = BlockFinder()
676 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater)
679 return lines[:blockfinder.last]