Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ g
Function
g
extra_tests/snippets/syntax_try.py:211–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
210
211
def
g():
212
try
:
213
1/0
214
except
ArithmeticError:
215
return
5
216
217
try
:
218
g()
Callers
2
syntax_try.py
File · 0.70
f
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected