Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
994
class
PurePythonOrderedDictWithSlotsCopyingTests(unittest.TestCase):
Callers
15
test_init
Method · 0.70
test_468
Method · 0.70
test_update
Method · 0.70
test_abc
Method · 0.70
test_clear
Method · 0.70
test_delitem
Method · 0.70
test_setitem
Method · 0.70
test_iterators
Method · 0.70
test_sorted_iterators
Method · 0.70
test_iterators_empty
Method · 0.70
test_popitem
Method · 0.70
test_popitem_last
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_init
Method · 0.56
test_468
Method · 0.56
test_update
Method · 0.56
test_abc
Method · 0.56
test_clear
Method · 0.56
test_delitem
Method · 0.56
test_setitem
Method · 0.56
test_iterators
Method · 0.56
test_sorted_iterators
Method · 0.56
test_iterators_empty
Method · 0.56
test_popitem
Method · 0.56
test_popitem_last
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…