MCPcopy 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
249class MyList(list):
250 sample = [1, 2, 3]
251
252class MyDict(dict):
253 sample = {"a": 1, "b": 2}

Callers 3

test_newobj_listMethod · 0.70
produce_global_extMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_newobj_listMethod · 0.56
produce_global_extMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…