MCPcopy Index your code
hub / github.com/RustPython/RustPython / C13

Class C13

Lib/test/test_descr.py:5426–5428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5424 self._check_reduce(proto, obj, state="not dict")
5425
5426 class C13:
5427 def __getstate__(self):
5428 raise IndexError
5429 obj = C13()
5430 for proto in protocols:
5431 with self.assertRaises(IndexError):

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68