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

Class C11

Lib/test/test_descr.py:5412–5414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5410 obj.__reduce_ex__(proto)
5411
5412 class C11:
5413 def __getstate__(self):
5414 return state
5415 obj = C11()
5416 for proto in protocols:
5417 self._check_reduce(proto, obj, state=state)

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68