Searched refs:WeakListRef (Results 1 – 2 of 2) sorted by relevance
97 weak_data: list[WeakListRef]192 def attach(self, cursor_id_errors: WeakListRef) -> None: argument
75 WeakListRef: TypeAlias = weakref.ReferenceType[WeakListType] variable