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

Method sources

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

Source from the content-addressed store, hash-verified

369 self.src = src
370
371 def sources(self) -> list[Value]:
372 return self.src.copy()
373
374 def set_sources(self, new: list[Value]) -> None:
375 self.src = new[:]

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected