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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 232 mf.import_hook(import_this)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 232 mf.import_hook(import_this)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): member in class:ModuleFinder
124 self.msg(3, "import_hook", name, caller, fromlist, level)
318 # wrapper for self.import_hook() that won't raise ImportError
323 self.import_hook(name, caller, level=level)
334 self.import_hook(name, caller, [sub], level=level)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 123 def import_hook(self, name, caller=None, fromlist=None, level=-1): member in class:ModuleFinder
124 self.msg(3, "import_hook", name, caller, fromlist, level)
318 # wrapper for self.import_hook() that won't raise ImportError
323 self.import_hook(name, caller, level=level)
334 self.import_hook(name, caller, [sub], level=level)
657 mf.import_hook(arg[:-2], None, ["*"])
659 mf.import_hook(arg)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 636 mf.import_hook("zlib")
643 mf.import_hook("warnings")
650 mf.import_hook(name)
    [all...]

Completed in 559 milliseconds