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

Method sources

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

Source from the content-addressed store, hash-verified

1066 self.type = self.tuple_type
1067
1068 def sources(self) -> list[Value]:
1069 return self.items.copy()
1070
1071 def stolen(self) -> list[Value]:
1072 return self.items.copy()

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected