Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
gen
Function · 0.70
send
Method · 0.45
throw
Method · 0.45
Tested by
no test coverage detected