Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_branch
Method
visit_branch
mypyc/transform/ir_transform.py:114–115 ·
view source on GitHub ↗
(self, op: Branch)
Source
from the content-addressed store, hash-verified
112
self.add(op)
113
114
def
visit_branch(self, op: Branch) -> None:
115
self.add(op)
116
117
def
visit_return(self, op: Return) -> None:
118
self.add(op)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected