Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py68 def _vprint(self: PoolImpl, *args, **kwargs) -> None:
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]…
169 …def finalize(self: PoolImpl) -> tuple[list[CondensedDiags], list[CondensedDiags], list[CondensedDi…
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py71 PoolImpl = TypeVar('PoolImpl', bound=WorkerPoolBase) variable