Home
last modified time | relevance | path

Searched refs:catch_threading_exception (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dthreading_helper.py156 class catch_threading_exception: class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socketserver.py328 with threading_helper.catch_threading_exception() as cm:
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst1285 .. function:: catch_threading_exception()
1303 with threading_helper.catch_threading_exception() as cm:
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst4140 Add :func:`test.support.catch_threading_exception`: context manager catching