Searched refs:outName (Results 1 – 1 of 1) sorted by relevance
631 def addSubstitutionFile(self, inName, outName = ''): argument637 if outName:638 if inName == outName:646 outName = root649 self.substFiles[inName] = outName706 def substituteFile(self, inName, outName): argument709 if os.path.dirname(outName):710 if not os.path.exists(os.path.dirname(outName)):711 os.makedirs(os.path.dirname(outName))713 outFile = open(outName, 'w')[all …]