MCPcopy 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
211def g():
212 try:
213 1/0
214 except ArithmeticError:
215 return 5
216
217try:
218 g()

Callers 2

syntax_try.pyFile · 0.70
fFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected