Searched refs:StrPathLike (Results 1 – 3 of 3) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 35 def __sanitize_petsc_dir(petsc_dir: StrPathLike) -> Path: argument 41 def __sanitize_src_path(petsc_dir: Path, src_path: Optional[Union[StrPathLike, Iterable[StrPathLike… argument 57 def __sanitize_patch_dir(petsc_dir: Path, patch_dir: Optional[StrPathLike]) -> Path: argument 65 def __sanitize_test_output_dir(src_path: list[Path], test_output_dir: Optional[StrPathLike]) -> Opt… argument 101 petsc_dir: StrPathLike, argument 103 src_path: Optional[Union[StrPathLike, Iterable[StrPathLike]]] = None, argument 104 clang_dir: Optional[StrPathLike] = None, argument 105 clang_lib: Optional[StrPathLike] = None, argument 110 patch_dir: Optional[StrPathLike] = None, argument 114 test_output_dir: Optional[StrPathLike] = None, argument
|
| H A D | _typing.py | 67 StrPathLike: TypeAlias = Union[PathLike, str] variable
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 108 …ional[StrPathLike] = None, clang_lib: Optional[StrPathLike] = None, compat_check: bool = True) -> … argument
|