Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A Dframework.py59 def __init__(self, clArgs = None, argDB = None, loadArgDB = 1, tmpDir = None): argument
159 tmpDir = property(getTmpDir, setTmpDir, doc = 'Temporary directory for test byproducts') variable in Framework
H A Dbase.py70 def __init__(self, framework, tmpDir = None): argument
113 tmpDir = property(getTmpDir, setTmpDir, doc = 'Temporary directory for test byproducts') variable in Configure