Searched defs:find_module (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
H A Dtest_crypt.py62 imp_find_module = imp.find_module
64 def find_module(module_name): function in function:Test_pkcs12_key_as_pem.test_without_openssl
71 imp.find_module = find_module
77 imp.find_module = imp_find_module
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dexecfile.py30 def find_module(modulename): function
58 def find_module(modulename): function
75 searchpath = None # "top-level search" in imp.find_module()
76 openfile, pathname, _ = imp.find_module(name, searchpath)
91 openfile, pathname, _ = imp.find_module(name, searchpath)
109 pathname, packagename = find_module(modulename)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
H A Dsix.py173 def find_module(self, fullname, path=None): member in class:_SixMetaPathImporter
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dmodulegraph.py150 def find_module(name, path=None): function
152 A version of imp.find_module that works with zipped packages.
187 loader = importer.find_module(name)
1438 self.msgout(3, "find_module -> already included?", node)
1447 fp, buf, stuff = find_module(name, path)
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
H A Dsix.py180 def find_module(self, fullname, path=None): member in class:_SixMetaPathImporter
/external/chromium-trace/catapult/third_party/six/
H A Dsix.py184 def find_module(self, fullname, path=None): member in class:_SixMetaPathImporter

Completed in 181 milliseconds