MCPcopy Index your code
hub / github.com/python/cpython / test_dump_traceback_file

Method test_dump_traceback_file

Lib/test/test_faulthandler.py:534–536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

532 self.check_dump_traceback()
533
534 def test_dump_traceback_file(self):
535 with temporary_filename() as filename:
536 self.check_dump_traceback(filename=filename)
537
538 @unittest.skipIf(sys.platform == "win32",
539 "subprocess doesn't support pass_fds on Windows")

Callers

nothing calls this directly

Calls 2

check_dump_tracebackMethod · 0.95
temporary_filenameFunction · 0.85

Tested by

no test coverage detected