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

Class C4

Lib/test/test_descr.py:5377–5379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5375 self._check_reduce(proto, obj, args, kwargs)
5376
5377 class C4:
5378 def __getnewargs_ex__(self):
5379 return (args, "bad dict")
5380 class C5:
5381 def __getnewargs_ex__(self):
5382 return ("bad tuple", kwargs)

Callers 1

test_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.56