Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ sources
Method
sources
mypyc/ir/ops.py:649–650 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
647
super().__init__(line)
648
649
def
sources(self) -> list[Value]:
650
return
list(self.args.copy())
651
652
def
set_sources(self, new: list[Value]) -> None:
653
self.args = new[:]
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
copy
Method · 0.45
Tested by
no test coverage detected