Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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:
191
l = []
192
def
foo():
193
try
:
194
return
33
195
finally:
196
l.append(1337)
197
198
r = foo()
199
assert r == 33
Callers
1
syntax_try.py
File · 0.70
Calls
1
append
Method · 0.45
Tested by
no test coverage detected