Home
last modified time | relevance | path

Searched defs:PathLike (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py75 …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.py381 def parse(self, filename: PathLike) -> Linter:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py66 PathLike: TypeAlias = Union[pathlib.Path, Path] variable
H A Dqueue_main.py134 clang_lib: PathLike,
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_utility.py310 def __init__(self, pch: PathLike, verbose: int) -> None: