Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ test_raise
Function
test_raise
Lib/test/test_sys_settrace.py:163–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
raise
Exception
162
163
def
test_raise():
164
try
:
165
raises()
166
except
Exception:
167
pass
168
169
test_raise.events = [(0,
'call'
),
170
(1,
'line'
),
Callers
nothing calls this directly
Calls
1
raises
Function · 0.85
Tested by
no test coverage detected