Searched refs:WeakListType (Results 1 – 2 of 2) sorted by relevance
74 WeakListType: TypeAlias = WeakList[Tuple[str, bool, int]] variable75 WeakListRef: TypeAlias = weakref.ReferenceType[WeakListType]
35 data: dict[Path, dict[int, WeakListType]]