MCPcopy Index your code
hub / github.com/python/cpython / CustomDict

Class CustomDict

Lib/test/test_dict.py:1415–1416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413
1414 # dict subclass doesn't override __iter__
1415 class CustomDict(dict):
1416 pass
1417
1418 pairs = [('a', 1), ('b', 2), ('c', 3)]
1419

Callers 1

test_dict_copy_orderMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_dict_copy_orderMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…