Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
637
def
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_except
Function · 0.85
try_body
Function · 0.85
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…