Home
last modified time | relevance | path

Searched refs:WeakListRef (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py97 weak_data: list[WeakListRef]
192 def attach(self, cursor_id_errors: WeakListRef) -> None: argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py75 WeakListRef: TypeAlias = weakref.ReferenceType[WeakListType] variable