Home
last modified time | relevance | path

Searched refs:SuppressCrashReport (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/test/
Dtf_inherit_check.py7 from test.support import SuppressCrashReport
9 with SuppressCrashReport():
Dtest_repl.py8 from test.support import cpython_only, SuppressCrashReport
55 with SuppressCrashReport():
Dtest_capi.py58 with support.SuppressCrashReport():
714 with support.SuppressCrashReport():
Dtest_tracemalloc.py904 with support.SuppressCrashReport():
935 with support.SuppressCrashReport():
Dtest_exceptions.py15 SuppressCrashReport)
1094 with SuppressCrashReport():
Dtest_faulthandler.py71 with support.SuppressCrashReport():
Dtest_cmd_line.py631 with support.SuppressCrashReport():
Dtest_threading.py1072 with test.support.SuppressCrashReport():
Dtest_sys.py288 with test.support.SuppressCrashReport():
Dtest_subprocess.py1155 with support.SuppressCrashReport():
1967 with support.SuppressCrashReport():
/external/python/cpython2/Lib/test/support/
D__init__.py1950 class SuppressCrashReport: class
2061 with SuppressCrashReport():
/external/python/cpython3/Lib/test/support/
D__init__.py2557 class SuppressCrashReport: class
/external/python/cpython3/Doc/library/
Dtest.rst1338 .. class:: SuppressCrashReport()