Home
last modified time | relevance | path

Searched defs:_setup (Results 1 – 2 of 2) 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… member in WorkerPoolBase
310 …def _setup(self, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTranslationUnit,… member in ParallelPool
508 …def _setup(self, compiler_flags: list[str], clang_lib: PathLike, clang_options: CXTranslationUnit,… member in SerialPool
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py30 from setuptools import setup as _setup unknown
34 from distutils.core import setup as _setup unknown