MCPcopy 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
705def _tryfinally(a, b):
706 try:
707 return a
708 finally:
709 b()
710
711def _tryfinallyconst(b):
712 try:

Callers

nothing calls this directly

Calls 1

bFunction · 0.85

Tested by

no test coverage detected