MCPcopy Index your code
hub / github.com/RustPython/RustPython / C1

Class C1

Lib/test/test_descr.py:5348–5350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5346 state = {'cheese': -401}
5347
5348 class C1:
5349 def __getnewargs__(self):
5350 return args
5351 obj = C1()
5352 for proto in protocols:
5353 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