Searched refs:doCleanup (Results 1 – 3 of 3) sorted by relevance
538 cleanup = cleanup and self.framework.doCleanup597 cleanup = cleanup and self.framework.doCleanup663 cleanup = cleanup and self.framework.doCleanup
547 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)
193 def setCleanup(self, doCleanup): argument194 self._doCleanup = doCleanup196 doCleanup = property(getCleanup, setCleanup, doc = 'Flag for deleting generated files') variable in Framework