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

Class _Link

Lib/collections/__init__.py:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 yield self._mapping[key]
85
86class _Link(object):
87 __slots__ = 'prev', 'next', 'key', '__weakref__'
88
89class OrderedDict(dict):
90 'Dictionary that remembers insertion order'

Callers 1

__new__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…