Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyList
Class
MyList
Lib/test/picklecommon.py:249–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
sample = (1, 2, 3)
248
249
class
MyList(list):
250
sample = [1, 2, 3]
251
252
class
MyDict(dict):
253
sample = {
"a"
: 1,
"b"
: 2}
Callers
3
test_newobj_list
Method · 0.70
produce_global_ext
Method · 0.70
test_trashcan_subclass
Method · 0.50
Calls
no outgoing calls
Tested by
3
test_newobj_list
Method · 0.56
produce_global_ext
Method · 0.56
test_trashcan_subclass
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…