MCPcopy 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
711def _tryfinallyconst(b):
712 try:
713 return 1
714 finally:
715 b()
716
717dis_tryfinally = """\
718%4d RESUME 0

Callers

nothing calls this directly

Calls 1

bFunction · 0.85

Tested by

no test coverage detected