(self)
| 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 |
nothing calls this directly
no test coverage detected