Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C11
Class
C11
Lib/test/test_descr.py:5649–5651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5647
obj.__reduce_ex__(proto)
5648
5649
class
C11:
5650
def
__getstate__(self):
5651
return
state
5652
obj = C11()
5653
for
proto in protocols:
5654
self._check_reduce(proto, obj, state=state)
Callers
1
test_reduce
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_reduce
Method · 0.68