MCPcopy Index your code
hub / github.com/python/mypy / sources

Method sources

mypyc/ir/ops.py:681–682  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

679 super().__init__(line)
680
681 def sources(self) -> list[Value]:
682 return self.args.copy() + [self.obj]
683
684 def set_sources(self, new: list[Value]) -> None:
685 *self.args, self.obj = new

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected