Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_caught
Method
test_caught
Lib/test/test_monitoring.py:319–320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
317
self.check_events(just_call)
318
319
def
test_caught(self):
320
self.check_events(caught)
321
322
def
test_nested_call(self):
323
self.check_events(nested_call)
Callers
nothing calls this directly
Calls
1
check_events
Method · 0.45
Tested by
no test coverage detected