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

Class C16

Lib/test/test_descr.py:5459–5460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5457 self._check_reduce(proto, obj, dictitems=dict(obj))
5458
5459 class C16(list):
5460 pass
5461 obj = C16(["yukon"])
5462 for proto in protocols:
5463 self._check_reduce(proto, obj, listitems=list(obj))

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68