Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __reduce__
Method
__reduce__
Lib/test/pickletester.py:4284–4285 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4282
self._proto = proto
4283
return
REX_two, ()
4284
def
__reduce__(self):
4285
raise
TestFailed(
"This __reduce__ shouldn't be called"
)
4286
4287
class
REX_four(object):
4288
""
"Calling base class method should succeed"
""
Callers
nothing calls this directly
Calls
1
TestFailed
Class · 0.90
Tested by
no test coverage detected