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

  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
test_pep420_nspkg.py 98 self.mf.import_hook('package')
106 self.mf.import_hook('package.sub1')
112 self.mf.import_hook('package.sub2')
118 self.mf.import_hook('package.subpackage.sub')
127 self.mf.import_hook('package.nspkg.mod')
205 self.assertRaises(ImportError, self.mf.import_hook, 'package')
211 self.assertRaises(ImportError, self.mf.import_hook, 'package.sub1')
test_setuptools_nspkg.py 120 self.mf.import_hook('nspkg')
128 self.mf.import_hook('nspkg.module')
135 self.mf.import_hook('nspkg.nssubpkg.sub')
test_relimport2.py 33 self.mf.import_hook('pkg.sub')
test_pycompat_pkg.py 22 mf.import_hook('pkg.api')
test_modulegraph.py 569 def import_hook(*args): function in function:TestModuleGraph.testImpliedReference
570 record.append(('import_hook',) + args)
577 graph.import_hook = import_hook
619 self.fail("import_hook")
623 graph.import_hook('os.path', None)
624 graph.import_hook('idlelib', None)
625 graph.import_hook('xml.dom', None)
825 xml = graph.import_hook("xml")[0]
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
__main__.py 58 mf.import_hook(arg[:-2], None, ["*"])
60 mf.import_hook(arg)
find_modules.py 121 # mf.import_hook(mod)
254 mf.import_hook(mod[:-2], None, ['*'])
256 mf.import_hook(mod)
289 m = mf.import_hook(package, None, ["*"])
modulegraph.py 7 XXX: Verify all calls to import_hook (and variants) to ensure that
940 def import_hook(self, name, caller=None, fromlist=None, level=DEFAULT_IMPORT_LEVEL, attr=None): member in class:ModuleGraph
946 self.msg(3, "import_hook", name, caller, fromlist, level)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 232 mf.import_hook(import_this)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 232 mf.import_hook(import_this)
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/
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/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 636 mf.import_hook("zlib")
643 mf.import_hook("warnings")
650 mf.import_hook(name)
    [all...]
  /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 459 milliseconds