Searched refs:getPathArch (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/lib/ |
| H A D | __init__.pyi | 9 def getPathArch(path: str, arch: str, rcvar: str = ..., rcfile: str = ...) -> tuple[str, str]: ...
|
| H A D | __init__.py | 44 path, arch = getPathArch(path, arch, rcvar, rcfile) 106 def getPathArch(path, arch, rcvar='PETSC_ARCH', rcfile='petsc.cfg'): function
|