Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C12
Class
C12
Lib/test/test_descr.py:5656–5658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5654
self._check_reduce(proto, obj, state=state)
5655
5656
class
C12:
5657
def
__getstate__(self):
5658
return
"not dict"
5659
obj = C12()
5660
for
proto in protocols:
5661
self._check_reduce(proto, obj, state=
"not dict"
)
Callers
1
test_reduce
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_reduce
Method · 0.68