/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imp.py | 46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport 48 # handlers in copy_reg on import. Since CleanImport doesn't 58 with test_support.CleanImport('time'): 63 with test_support.CleanImport('marshal'):
|
test_py3kwarn.py | 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest 354 with CleanImport(module_name), warnings.catch_warnings(): 371 # They won't rerun their init code even with CleanImport.
|
test_support.py | 36 "CleanImport", "EnvironmentVarGuard", "captured_output", 700 class CleanImport(object): 708 with CleanImport("foo"): [all...] |
test_xmlrpc.py | 171 with test_support.CleanImport('sys'): [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imp.py | 46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport 48 # handlers in copy_reg on import. Since CleanImport doesn't 58 with test_support.CleanImport('time'): 63 with test_support.CleanImport('marshal'):
|
test_py3kwarn.py | 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest 354 with CleanImport(module_name), warnings.catch_warnings(): 371 # They won't rerun their init code even with CleanImport.
|
test_support.py | 36 "CleanImport", "EnvironmentVarGuard", "captured_output", 700 class CleanImport(object): 708 with CleanImport("foo"): [all...] |
test_xmlrpc.py | 171 with test_support.CleanImport('sys'): [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport 48 # handlers in copy_reg on import. Since CleanImport doesn't 58 with test_support.CleanImport('time'): 63 with test_support.CleanImport('marshal'):
|
test_py3kwarn.py | 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest 354 with CleanImport(module_name), warnings.catch_warnings(): 371 # They won't rerun their init code even with CleanImport.
|
test_support.py | 36 "CleanImport", "EnvironmentVarGuard", "captured_output", 700 class CleanImport(object): 708 with CleanImport("foo"): [all...] |
test_xmlrpc.py | 171 with test_support.CleanImport('sys'): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport 48 # handlers in copy_reg on import. Since CleanImport doesn't 58 with test_support.CleanImport('time'): 63 with test_support.CleanImport('marshal'):
|
test_py3kwarn.py | 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest 354 with CleanImport(module_name), warnings.catch_warnings(): 371 # They won't rerun their init code even with CleanImport.
|
test_support.py | 36 "CleanImport", "EnvironmentVarGuard", "captured_output", 700 class CleanImport(object): 708 with CleanImport("foo"): [all...] |
test_xmlrpc.py | 171 with test_support.CleanImport('sys'): [all...] |