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

Class C9

Lib/test/test_descr.py:5396–5398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5394 obj.__reduce_ex__(proto)
5395
5396 class C9:
5397 def __getnewargs_ex__(self):
5398 return (args, {})
5399 obj = C9()
5400 for proto in protocols:
5401 self._check_reduce(proto, obj, args)

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68