Home
last modified time | relevance | path

Searched defs:filter_paths (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit_context.py71 def filter_paths(self, paths: Iterable[Path]) -> tuple[Path, ...]: member in FormatOptions
Dpresubmit.py1035 def filter_paths( function