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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 88 class ImportBlocker:
89 """Place an ImportBlocker instance on sys.meta_path and you
231 sys.meta_path.append(ImportBlocker(mname))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 88 class ImportBlocker:
89 """Place an ImportBlocker instance on sys.meta_path and you
231 sys.meta_path.append(ImportBlocker(mname))

Completed in 70 milliseconds