Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ visit_load_static
Method
visit_load_static
mypyc/transform/ir_transform.py:144–145 ·
view source on GitHub ↗
(self, op: LoadStatic)
Source
from the content-addressed store, hash-verified
142
return
self.add(op)
143
144
def
visit_load_static(self, op: LoadStatic) -> Value | None:
145
return
self.add(op)
146
147
def
visit_init_static(self, op: InitStatic) -> Value | None:
148
return
self.add(op)
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected