Searched refs:import_fresh_module (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
H A D__init__.py10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
H A D__init__.py10 cjson = test_support.import_fresh_module('json', fresh=['_json'])
11 pyjson = test_support.import_fresh_module('json', blocked=['_json'])
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_heapq.py9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_warnings.py15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
H A Dtest_support.py42 "import_fresh_module", "threading_cleanup", "reap_children",
113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): function
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_heapq.py9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_warnings.py15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
H A Dtest_support.py42 "import_fresh_module", "threading_cleanup", "reap_children",
113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_heapq.py9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_warnings.py15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
H A Dtest_support.py42 "import_fresh_module", "threading_cleanup", "reap_children",
113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_heapq.py9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq'])
10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
H A Dtest_warnings.py15 py_warnings = test_support.import_fresh_module('warnings', blocked=['_warnings'])
16 c_warnings = test_support.import_fresh_module('warnings', fresh=['_warnings'])
355 # test_support.import_fresh_module utility function
364 # test_support.import_fresh_module utility function
H A Dtest_support.py42 "import_fresh_module", "threading_cleanup", "reap_children",
113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): function

Completed in 234 milliseconds