Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_raise
Function
test_raise
Lib/test/test_sys_settrace.py:186–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
raise
Exception
185
186
def
test_raise():
187
try
:
188
raises()
189
except
Exception:
190
pass
191
192
test_raise.events = [(0,
'call'
),
193
(1,
'line'
),
Callers
nothing calls this directly
Calls
1
raises
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…