Searched refs:apply_patches (Results 1 – 1 of 1) sorted by relevance
234 def apply_patches(s: str, patches: Iterable[Patch]) -> str: function384 def apply_patches(self) -> None: member in FileInfo390 return apply_patches(self.original_content, self.patches)446 f.apply_patches()