MCPcopy Index your code
hub / github.com/RustPython/RustPython / foo

Function foo

extra_tests/snippets/syntax_try.py:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190# try-return-finally behavior:
191l = []
192def foo():
193 try:
194 return 33
195 finally:
196 l.append(1337)
197
198r = foo()
199assert r == 33

Callers 1

syntax_try.pyFile · 0.70

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected