Searched defs:tmpDir (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 59 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 D | base.py | 70 def __init__(self, framework, tmpDir = None): argument 113 tmpDir = property(getTmpDir, setTmpDir, doc = 'Temporary directory for test byproducts') variable in Configure
|