Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _tryfinally
Function
_tryfinally
Lib/test/test_dis.py:705–709 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
703
704
705
def
_tryfinally(a, b):
706
try
:
707
return
a
708
finally:
709
b()
710
711
def
_tryfinallyconst(b):
712
try
:
Callers
nothing calls this directly
Calls
1
b
Function · 0.85
Tested by
no test coverage detected