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

Class C4

Lib/test/test_descr.py:5614–5616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5612 self._check_reduce(proto, obj, args, kwargs)
5613
5614 class C4:
5615 def __getnewargs_ex__(self):
5616 return (args, "bad dict")
5617 class C5:
5618 def __getnewargs_ex__(self):
5619 return ("bad tuple", kwargs)

Callers 1

test_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.56