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

Method last_raises2

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

Source from the content-addressed store, hash-verified

3153 raise Exception('Last raised')
3154
3155 def last_raises2(self):
3156 self.last_raises1()
3157
3158 def last_raises3(self):
3159 self.last_raises2()

Callers 1

last_raises3Method · 0.95

Calls 1

last_raises1Method · 0.95

Tested by

no test coverage detected