Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_assign_multi
Method
visit_assign_multi
mypyc/transform/ir_transform.py:129–130 ·
view source on GitHub ↗
(self, op: AssignMulti)
Source
from the content-addressed store, hash-verified
127
return
self.add(op)
128
129
def
visit_assign_multi(self, op: AssignMulti) -> Value | None:
130
return
self.add(op)
131
132
def
visit_load_error_value(self, op: LoadErrorValue) -> Value | None:
133
return
self.add(op)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected