HomeSort by relevance Sort by last modified time
    Searched refs:BlockFinder (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 632 class BlockFinder:
675 blockfinder = BlockFinder()
677 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater)
680 return lines[:blockfinder.last]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 632 class BlockFinder:
675 blockfinder = BlockFinder()
677 tokenize.tokenize(iter(lines).next, blockfinder.tokeneater)
680 return lines[:blockfinder.last]
    [all...]

Completed in 41 milliseconds