Searched refs:replace_in_files (Results 1 – 1 of 1) sorted by relevance
42 def replace_in_files(glob: str, replacements: List[Tuple[SearchPattern, Replacement]]): function73 replace_in_files("**/*/Cargo.toml", [(str(from_path), str(to_path))])