Searched refs:PoolImpl (Results 1 – 2 of 2) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 68 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 90 …PoolImpl, compiler_flags: list[str], clang_lib: Optional[PathLike] = None, clang_options: Optional… argument 122 …PoolImpl, 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.py | 71 PoolImpl = TypeVar('PoolImpl', bound=WorkerPoolBase) variable
|