Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _tryfinallyconst
Function
_tryfinallyconst
Lib/test/test_dis.py:711–715 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
709
b()
710
711
def
_tryfinallyconst(b):
712
try
:
713
return
1
714
finally:
715
b()
716
717
dis_tryfinally =
""
"\
718
%4d RESUME 0
Callers
nothing calls this directly
Calls
1
b
Function · 0.85
Tested by
no test coverage detected