MCPcopy Index your code
hub / github.com/python/mypy / finally_body

Function finally_body

mypyc/irbuild/statement.py:1166–1172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1164 builder.activate_block(out_block)
1165
1166 def finally_body() -> None:
1167 out_block, exit_block = BasicBlock(), BasicBlock()
1168 builder.add(Branch(builder.read(exc, line), exit_block, out_block, Branch.BOOL))
1169 builder.activate_block(exit_block)
1170
1171 maybe_natively_call_exit(exc_info=False)
1172 builder.goto_and_activate(out_block)
1173
1174 transform_try_finally_stmt(
1175 builder,

Callers 2

try_finally_bodyFunction · 0.85

Calls 7

BasicBlockClass · 0.90
BranchClass · 0.90
maybe_natively_call_exitFunction · 0.85
addMethod · 0.45
readMethod · 0.45
activate_blockMethod · 0.45
goto_and_activateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…