Searched refs:CleanImport (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_imp.py46 # 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'):
H A Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest namespace
354 with CleanImport(module_name), warnings.catch_warnings():
371 # They won't rerun their init code even with CleanImport.
H A Dtest_support.py36 "CleanImport", "EnvironmentVarGuard", "captured_output",
700 class CleanImport(object): class in inherits:object
708 with CleanImport("foo"):
H A Dtest_xmlrpc.py171 with test_support.CleanImport('sys'):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_imp.py46 # 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'):
H A Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest namespace
354 with CleanImport(module_name), warnings.catch_warnings():
371 # They won't rerun their init code even with CleanImport.
H A Dtest_support.py36 "CleanImport", "EnvironmentVarGuard", "captured_output",
700 class CleanImport(object): class in inherits:object
708 with CleanImport("foo"):
H A Dtest_xmlrpc.py171 with test_support.CleanImport('sys'):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_imp.py46 # 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'):
H A Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest namespace
354 with CleanImport(module_name), warnings.catch_warnings():
371 # They won't rerun their init code even with CleanImport.
H A Dtest_support.py36 "CleanImport", "EnvironmentVarGuard", "captured_output",
700 class CleanImport(object): class in inherits:object
708 with CleanImport("foo"):
H A Dtest_xmlrpc.py171 with test_support.CleanImport('sys'):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_imp.py46 # 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'):
H A Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest namespace
354 with CleanImport(module_name), warnings.catch_warnings():
371 # They won't rerun their init code even with CleanImport.
H A Dtest_support.py36 "CleanImport", "EnvironmentVarGuard", "captured_output",
700 class CleanImport(object): class in inherits:object
708 with CleanImport("foo"):
H A Dtest_xmlrpc.py171 with test_support.CleanImport('sys'):

Completed in 368 milliseconds