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

Class C3

Lib/test/test_descr.py:5606–5608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5604 obj.__reduce_ex__(proto)
5605
5606 class C3:
5607 def __getnewargs_ex__(self):
5608 return (args, kwargs)
5609 obj = C3()
5610 for proto in protocols:
5611 if proto >= 2:

Callers 2

test_slotsMethod · 0.70
test_reduceMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_slotsMethod · 0.56
test_reduceMethod · 0.56