Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _List
Class
_List
Lib/importlib/_bootstrap.py:55–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
# For a list that can have a weakref to it.
55
class
_List(list):
56
__slots__ = (
"__weakref__"
,)
57
58
59
# Copied from weakref.py with some simplifications and modifications unique to
Callers
1
__enter__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected