| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…