HomeSort by relevance Sort by last modified time
    Searched refs:CleanImport (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 33 "CleanImport", "EnvironmentVarGuard", "captured_output",
624 class CleanImport(object):
632 with CleanImport("foo"):
    [all...]
test_xmlrpc.py 171 with test_support.CleanImport('sys'):
    [all...]
  /external/python/cpython2/Lib/test/
test_imp.py 51 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 # handlers in copy_reg on import. Since CleanImport doesn't
63 with test_support.CleanImport('time'):
68 with test_support.CleanImport('marshal'):
test_py3kwarn.py 3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest
375 with CleanImport(module_name), warnings.catch_warnings():
392 # They won't rerun their init code even with CleanImport.
test_xmlrpc.py 192 with test_support.CleanImport('sys'):
    [all...]
test_support.py 37 "CleanImport", "EnvironmentVarGuard", "captured_output",
    [all...]
  /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...]

Completed in 635 milliseconds