MCPcopy Create free account
hub / github.com/python/mypy / body

Function body

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

Source from the content-addressed store, hash-verified

636
637def transform_for_stmt(builder: IRBuilder, s: ForStmt) -> None:
638 def body() -> None:
639 builder.accept(s.body)
640
641 def else_block() -> None:
642 assert s.else_body is not None

Callers 2

transform_try_exceptFunction · 0.85
try_bodyFunction · 0.85

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…