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

Class C2

Lib/test/test_descr.py:5360–5362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5358 self._check_reduce(proto, obj, args, state=state)
5359
5360 class C2:
5361 def __getnewargs__(self):
5362 return "bad args"
5363 obj = C2()
5364 for proto in protocols:
5365 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