Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/
H A Dcheck_header_guard.py345 def replace_in_file(path: pathlib.Path, opts: argparse.Namespace, ReplacerCls: type[_T]) -> list[st… function
429 errors.extend(replace_in_file(path, args, replacer_cls))
436 errors.extend(replace_in_file(dirpath / f, args, replacer_cls))