Home
last modified time | relevance | path

Searched refs:doCleanup (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dbase.py538 cleanup = cleanup and self.framework.doCleanup
597 cleanup = cleanup and self.framework.doCleanup
663 cleanup = cleanup and self.framework.doCleanup
H A Dlibraries.py547 if os.path.isfile(lib1Name) and self.framework.doCleanup: os.remove(lib1Name)
548 if os.path.isfile(lib2Name) and self.framework.doCleanup: os.remove(lib2Name)
H A Dframework.py193 def setCleanup(self, doCleanup): argument
194 self._doCleanup = doCleanup
196 doCleanup = property(getCleanup, setCleanup, doc = 'Flag for deleting generated files') variable in Framework