Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py357 def _file_summary(files: Iterable[Union[Path, str]], base: Path) -> List[str]: function
398 for line in _file_summary(paths, repo if repo else Path.cwd()):