Home
last modified time | relevance | path

Searched refs:WeakList (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py53 from .classes._linter import Linter, WeakList
60 from .classes._weak_list import WeakList
74 WeakListType: TypeAlias = WeakList[Tuple[str, bool, int]]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_weak_list.py12 class WeakList(List[_T]): class
H A D_linter.py23 from ._weak_list import WeakList
75 file_local[cursor_id] = WeakList()