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

Method test_explicit_reraise

Lib/test/test_monitoring.py:924–937  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

922 ]
923
924 def test_explicit_reraise(self):
925
926 def func():
927 try:
928 try:
929 1/0
930 except:
931 raise
932 except:
933 pass
934
935 self.check_balanced(
936 func,
937 recorders = self.exception_recorders)
938
939 def test_explicit_reraise_named(self):
940

Callers

nothing calls this directly

Calls 1

check_balancedMethod · 0.80

Tested by

no test coverage detected