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

Class C1

Lib/test/test_descr.py:5585–5587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5583 state = {'cheese': -401}
5584
5585 class C1:
5586 def __getnewargs__(self):
5587 return args
5588 obj = C1()
5589 for proto in protocols:
5590 self._check_reduce(proto, obj, args)

Callers 3

test_slotsMethod · 0.70
test_slots_specialMethod · 0.70
test_reduceMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_slotsMethod · 0.56
test_slots_specialMethod · 0.56
test_reduceMethod · 0.56