Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C15
Class
C15
Lib/test/test_descr.py:5690–5691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5688
obj.__reduce__()
5689
5690
class
C15(dict):
5691
pass
5692
obj = C15({
"quebec"
: -601})
5693
for
proto in protocols:
5694
self._check_reduce(proto, obj, dictitems=dict(obj))
Callers
1
test_reduce
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_reduce
Method · 0.68