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

Class C10

Lib/test/test_descr.py:5640–5642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5638 self._check_reduce(proto, obj, args)
5639
5640 class C10:
5641 def __getnewargs_ex__(self):
5642 raise IndexError
5643 obj = C10()
5644 for proto in protocols:
5645 if proto >= 2:

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68