MCPcopy 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
171def f():
172 raise
173
174with assert_raises(ZeroDivisionError):
175 try:

Callers 5

syntax_try.pyFile · 0.70
builtin_pow.pyFile · 0.70
assert_raisesFunction · 0.70
_assert_printFunction · 0.70

Calls

no outgoing calls

Tested by 2

assert_raisesFunction · 0.56
_assert_printFunction · 0.56