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

Method func

Lib/test/test_monitoring.py:926–933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 3

genFunction · 0.70
sendMethod · 0.45
throwMethod · 0.45

Tested by

no test coverage detected