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

Class C2

Lib/test/test_descr.py:5597–5599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5595 self._check_reduce(proto, obj, args, state=state)
5596
5597 class C2:
5598 def __getnewargs__(self):
5599 return "bad args"
5600 obj = C2()
5601 for proto in protocols:
5602 if proto >= 2:

Callers 3

test_slots_specialMethod · 0.70
test_slots_special2Method · 0.70
test_reduceMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_slots_specialMethod · 0.56
test_slots_special2Method · 0.56
test_reduceMethod · 0.56