Searched refs:PathDiffPair (Results 1 – 4 of 4) sorted by relevance
43 patches: list[PathDiffPair]169 …pl) -> tuple[list[CondensedDiags], list[CondensedDiags], list[CondensedDiags], list[PathDiffPair]]:205 patches: List[PathDiffPair]
767 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]]:
72 PathDiffPair: TypeAlias = Tuple[Path, str] variable
50 patch_list: list[PathDiffPair], argument