Searched defs:PathLike (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 75 …def _setup(self: PoolImpl, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTransl… 87 def put(self: PoolImpl, item: PathLike) -> None: 90 …def setup(self: PoolImpl, compiler_flags: list[str], clang_lib: Optional[PathLike] = None, clang_o… 122 …def walk(self: PoolImpl, src_path_list: Sequence[PathLike], exclude_dirs: Optional[Collection[str]… 310 …def _setup(self, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTranslationUnit,… 482 def put(self, path: PathLike) -> None: 508 …def _setup(self, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTranslationUnit,… 541 def put(self, item: PathLike) -> None:
|
| H A D | _linter.py | 381 def parse(self, filename: PathLike) -> Linter:
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | _typing.py | 66 PathLike: TypeAlias = Union[pathlib.Path, Path] variable
|
| H A D | queue_main.py | 134 clang_lib: PathLike,
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _utility.py | 310 def __init__(self, pch: PathLike, verbose: int) -> None:
|