Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ f
Function
f
extra_tests/snippets/syntax_try.py:171–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
assert ex2.__context__ == None
170
171
def
f():
172
raise
173
174
with
assert_raises(ZeroDivisionError):
175
try
:
Callers
5
syntax_try.py
File · 0.70
builtin_pow.py
File · 0.70
check_forbidden_instantiation
Function · 0.70
assert_raises
Function · 0.70
_assert_print
Function · 0.70
Calls
no outgoing calls
Tested by
2
assert_raises
Function · 0.56
_assert_print
Function · 0.56