Home
last modified time | relevance | path

Searched refs:PathDiffPair (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py43 patches: list[PathDiffPair]
169 …pl) -> tuple[list[CondensedDiags], list[CondensedDiags], list[CondensedDiags], list[PathDiffPair]]:
205 patches: List[PathDiffPair]
H A D_linter.py767 def coalesce_patches(self) -> list[PathDiffPair]:
775 def combine(filename: Path, patches: list[Patch]) -> PathDiffPair:
821 …def diagnostics(self) -> tuple[CondensedDiags, CondensedDiags, CondensedDiags, list[PathDiffPair]]:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py72 PathDiffPair: TypeAlias = Tuple[Path, str] variable
H A Dtest_main.py50 patch_list: list[PathDiffPair], argument