MCPcopy 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

listClass · 0.85
copyMethod · 0.45

Tested by

no test coverage detected