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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry
28 registry = module.__warningregistry__
370 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]
  /external/python/cpython2/Lib/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 11 from test.test_support import __warningregistry__ as _registry
29 registry = module.__warningregistry__
391 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry
28 registry = module.__warningregistry__
370 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry
28 registry = module.__warningregistry__
370 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry
28 registry = module.__warningregistry__
370 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 21 global __warningregistry__
24 to_clear.__warningregistry__.clear()
28 __warningregistry__.clear()
48 # The __warningregistry__ needs to be in a pristine state for tests
50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
52 if hasattr(warning_tests, '__warningregistry__'):
53 del warning_tests.__warningregistry__
54 if hasattr(sys, '__warningregistry__'):
55 del sys.__warningregistry__
    [all...]
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry
28 registry = module.__warningregistry__
370 # For extension modules, check the __warningregistry__.
regrtest.py     [all...]

Completed in 598 milliseconds