MCPcopy Index your code
hub / github.com/python/cpython / C16

Class C16

Lib/test/test_descr.py:5696–5697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5694 self._check_reduce(proto, obj, dictitems=dict(obj))
5695
5696 class C16(list):
5697 pass
5698 obj = C16(["yukon"])
5699 for proto in protocols:
5700 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