Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ visit_unreachable
Method
visit_unreachable
mypyc/transform/ir_transform.py:120–121 ·
view source on GitHub ↗
(self, op: Unreachable)
Source
from the content-addressed store, hash-verified
118
self.add(op)
119
120
def
visit_unreachable(self, op: Unreachable) -> None:
121
self.add(op)
122
123
def
visit_assign(self, op: Assign) -> Value | None:
124
if
op.src in self.op_map and self.op_map[op.src] is None:
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected