MCPcopy Index your code
hub / github.com/RustPython/RustPython / _Link

Class _Link

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

Source from the content-addressed store, hash-verified

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

Callers 1

__new__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected