Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ C15
Class
C15
Lib/test/test_descr.py:5453–5454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5451
obj.__reduce__()
5452
5453
class
C15(dict):
5454
pass
5455
obj = C15({
"quebec"
: -601})
5456
for
proto in protocols:
5457
self._check_reduce(proto, obj, dictitems=dict(obj))
Callers
1
test_reduce
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_reduce
Method · 0.68