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

Class OrderedDict

Lib/test/test_ordered_dict.py:990–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988
989 module = c_coll
990 class OrderedDict(c_coll.OrderedDict):
991 pass
992
993
994class PurePythonOrderedDictWithSlotsCopyingTests(unittest.TestCase):

Callers 15

test_initMethod · 0.70
test_468Method · 0.70
test_updateMethod · 0.70
test_abcMethod · 0.70
test_clearMethod · 0.70
test_delitemMethod · 0.70
test_setitemMethod · 0.70
test_iteratorsMethod · 0.70
test_sorted_iteratorsMethod · 0.70
test_iterators_emptyMethod · 0.70
test_popitemMethod · 0.70
test_popitem_lastMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_initMethod · 0.56
test_468Method · 0.56
test_updateMethod · 0.56
test_abcMethod · 0.56
test_clearMethod · 0.56
test_delitemMethod · 0.56
test_setitemMethod · 0.56
test_iteratorsMethod · 0.56
test_sorted_iteratorsMethod · 0.56
test_iterators_emptyMethod · 0.56
test_popitemMethod · 0.56
test_popitem_lastMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…