Home
last modified time | relevance | path

Searched refs: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: argument
75 …def _setup(self: PoolImpl, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTransl… argument
87 def put(self: PoolImpl, item: PathLike) -> None: argument
90PoolImpl, compiler_flags: list[str], clang_lib: Optional[PathLike] = None, clang_options: Optional… argument
122PoolImpl, src_path_list: Sequence[PathLike], exclude_dirs: Optional[Collection[str]] = None, exclu… argument
169 …def finalize(self: PoolImpl) -> tuple[list[CondensedDiags], list[CondensedDiags], list[CondensedDi… argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A D_typing.py71 PoolImpl = TypeVar('PoolImpl', bound=WorkerPoolBase) variable