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

Method last_raises1

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

Source from the content-addressed store, hash-verified

3150 It's enough to test extact_tb, extract_stack and format_exception '''
3151
3152 def last_raises1(self):
3153 raise Exception('Last raised')
3154
3155 def last_raises2(self):
3156 self.last_raises1()

Callers 1

last_raises2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected