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

Method test_traceback_format

Lib/test/test_traceback.py:1956–1957  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1954 self.assertStartsWith(source_line, ' raise')
1955
1956 def test_traceback_format(self):
1957 self.check_traceback_format()
1958
1959 def test_traceback_format_with_cleared_frames(self):
1960 # Check that traceback formatting also works with a clear()ed frame

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected