Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ C13
Class
C13
Lib/test/test_descr.py:5663–5665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5661
self._check_reduce(proto, obj, state=
"not dict"
)
5662
5663
class
C13:
5664
def
__getstate__(self):
5665
raise
IndexError
5666
obj = C13()
5667
for
proto in protocols:
5668
with
self.assertRaises(IndexError):
Callers
1
test_reduce
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_reduce
Method · 0.68