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

Class C10

Lib/test/test_descr.py:5403–5405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5401 self._check_reduce(proto, obj, args)
5402
5403 class C10:
5404 def __getnewargs_ex__(self):
5405 raise IndexError
5406 obj = C10()
5407 for proto in protocols:
5408 if proto >= 2:

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68