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

Class C12

Lib/test/test_descr.py:5419–5421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5417 self._check_reduce(proto, obj, state=state)
5418
5419 class C12:
5420 def __getstate__(self):
5421 return "not dict"
5422 obj = C12()
5423 for proto in protocols:
5424 self._check_reduce(proto, obj, state="not dict")

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68