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

Function transform_try_body

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

Source from the content-addressed store, hash-verified

1067 if t.finally_body:
1068
1069 def transform_try_body() -> None:
1070 if t.handlers:
1071 transform_try_except_stmt(builder, t)
1072 else:
1073 builder.accept(t.body)
1074
1075 body = t.finally_body
1076

Callers

nothing calls this directly

Calls 2

acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…