Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
iter
Function · 0.85
fail
Method · 0.45
append
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected