Searched refs:importlib (Results 1 - 19 of 19) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_importlib.py3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
H A Dtest_support.py17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_importlib.py3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
H A Dtest_support.py17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_importlib.py3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
H A Dtest_support.py17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_importlib.py3 import importlib namespace
119 """Test importlib.import_module."""
125 module = importlib.import_module('top_level')
135 module = importlib.import_module(name)
142 module = importlib.import_module('.d', 'a.b.c')
150 module = importlib.import_module('..c', 'a.b')
161 module = importlib.import_module(name, pkg_name)
167 self.assertRaises(TypeError, importlib.import_module, '.support')
H A Dtest_support.py17 import importlib namespace
82 return importlib.import_module(name)
140 fresh_module = importlib.import_module(name)
709 importlib.import_module("foo") # new reference
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/
H A Druntktests.py12 import importlib namespace
91 yield importlib.import_module(
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/
H A Druntktests.py12 import importlib namespace
91 yield importlib.import_module(
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
H A Druntktests.py12 import importlib namespace
91 yield importlib.import_module(
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
H A Druntktests.py12 import importlib namespace
91 yield importlib.import_module(
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/test/
H A Dtarget_info.py10 import importlib namespace
213 mod = importlib.import_module(mod_path)
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
H A Dtarget_info.py10 import importlib namespace
213 mod = importlib.import_module(mod_path)
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
H A Dconfig.py1 import importlib namespace
147 mod = importlib.import_module(mod_path)
/prebuilts/gdb/darwin-x86/lib/python2.7/config/
H A DMakefile958 logging bsddb bsddb/test csv importlib wsgiref \
/prebuilts/gdb/linux-x86/lib/python2.7/config/
H A DMakefile959 logging bsddb bsddb/test csv importlib wsgiref \
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
H A DMakefile958 logging bsddb bsddb/test csv importlib wsgiref \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
H A DMakefile959 logging bsddb bsddb/test csv importlib wsgiref \

Completed in 630 milliseconds