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__.py | 10 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__.py | 10 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 D | test_heapq.py | 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
H A D | test_warnings.py | 15 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 D | test_support.py | 42 "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 D | test_heapq.py | 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
H A D | test_warnings.py | 15 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 D | test_support.py | 42 "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 D | test_heapq.py | 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
H A D | test_warnings.py | 15 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 D | test_support.py | 42 "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 D | test_heapq.py | 9 py_heapq = test_support.import_fresh_module('heapq', blocked=['_heapq']) 10 c_heapq = test_support.import_fresh_module('heapq', fresh=['_heapq'])
|
H A D | test_warnings.py | 15 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 D | test_support.py | 42 "import_fresh_module", "threading_cleanup", "reap_children", 113 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): function
|
Completed in 234 milliseconds