MCPcopy Index your code
hub / github.com/python/cpython / _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.
55class _List(list):
56 __slots__ = ("__weakref__",)
57
58
59# Copied from weakref.py with some simplifications and modifications unique to

Callers 1

__enter__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…