Searched refs:_is_relative_to (Results 1 – 1 of 1) sorted by relevance
1259 c for c in configs if _is_relative_to(f, c.out_path)]1292 def _is_relative_to(path1: Path, path2: Path) -> bool: function