Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C3
Class
C3
Lib/test/test_descr.py:5369–5371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5367
obj.__reduce_ex__(proto)
5368
5369
class
C3:
5370
def
__getnewargs_ex__(self):
5371
return
(args, kwargs)
5372
obj = C3()
5373
for
proto in protocols:
5374
if
proto >= 2:
Callers
2
test_slots
Method · 0.70
test_reduce
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_slots
Method · 0.56
test_reduce
Method · 0.56