Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
87
class
_Link(object):
88
__slots__ =
'prev'
,
'next'
,
'key'
,
'__weakref__'
89
90
class
OrderedDict(dict):
91
'Dictionary that remembers insertion order'
Callers
1
__new__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected