/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module", 74 def import_module(name, deprecated=False): function 82 return importlib.import_module(name) 140 fresh_module = importlib.import_module(name) 709 importlib.import_module("foo") # new reference [all...] |
test_py3kwarn.py | 19 test_support.import_module(..., deprecated=True)
|
test_sgmllib.py | 5 sgmllib = test_support.import_module('sgmllib', deprecated=True)
|
test_telnetlib.py | 9 threading = test_support.import_module('threading')
|
test_ftplib.py | 21 threading = test_support.import_module('threading')
|
test_httpservers.py | 26 threading = test_support.import_module('threading')
|
test_posix.py | 6 posix = test_support.import_module('posix')
|
test_re.py | 1 from test.test_support import verbose, run_unittest, import_module namespace 551 import_module("sre", deprecated=True) [all...] |
test_sets.py | 6 test_support.import_module("sets", deprecated=True)
|
test_multiprocessing.py | 22 _multiprocessing = test_support.import_module('_multiprocessing') 29 test_support.import_module('multiprocessing.synchronize') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module", 74 def import_module(name, deprecated=False): function 82 return importlib.import_module(name) 140 fresh_module = importlib.import_module(name) 709 importlib.import_module("foo") # new reference [all...] |
test_py3kwarn.py | 19 test_support.import_module(..., deprecated=True)
|
test_sgmllib.py | 5 sgmllib = test_support.import_module('sgmllib', deprecated=True)
|
test_telnetlib.py | 9 threading = test_support.import_module('threading')
|
test_ftplib.py | 21 threading = test_support.import_module('threading')
|
test_httpservers.py | 26 threading = test_support.import_module('threading')
|
test_posix.py | 6 posix = test_support.import_module('posix')
|
test_re.py | 1 from test.test_support import verbose, run_unittest, import_module namespace 551 import_module("sre", deprecated=True) [all...] |
test_sets.py | 6 test_support.import_module("sets", deprecated=True)
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
url-parsing-with-wsgi.txt | 192 module = import_module(filename)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 393 test_support.import_module('setuptools_build_ext', deprecated=True)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rexec.py | 347 return self.importer.import_module(mname, globals, locals, fromlist)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 393 test_support.import_module('setuptools_build_ext', deprecated=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rexec.py | 347 return self.importer.import_module(mname, globals, locals, fromlist)
|
/external/libcxx/test/libcxx/test/ |
config.py | 145 mod = importlib.import_module(mod_path)
|