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

Class C9

Lib/test/test_descr.py:5633–5635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5631 obj.__reduce_ex__(proto)
5632
5633 class C9:
5634 def __getnewargs_ex__(self):
5635 return (args, {})
5636 obj = C9()
5637 for proto in protocols:
5638 self._check_reduce(proto, obj, args)

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68