Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py74 WeakListType: TypeAlias = WeakList[Tuple[str, bool, int]] variable
75 WeakListRef: TypeAlias = weakref.ReferenceType[WeakListType]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py35 data: dict[Path, dict[int, WeakListType]]