Home
last modified time | relevance | path

Searched refs:CCatchWarningTests (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_warnings.py835 class CCatchWarningTests(CatchWarningTests): class
889 CCatchWarningTests, PyCatchWarningTests,
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py1163 class CCatchWarningTests(CatchWarningTests, unittest.TestCase): class