MCPcopy Index your code
hub / github.com/RustPython/RustPython / __reduce__

Method __reduce__

Lib/test/test_copy.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 c.append(1)
62 return ""
63 def __reduce__(self):
64 self.fail("shouldn't call this")
65 c = []
66 x = C()
67 y = copy.copy(x)

Callers

nothing calls this directly

Calls 4

iterFunction · 0.85
failMethod · 0.45
appendMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected