Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A Dframework.py631 def addSubstitutionFile(self, inName, outName = ''): argument
637 if outName:
638 if inName == outName:
646 outName = root
649 self.substFiles[inName] = outName
706 def substituteFile(self, inName, outName): argument
709 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 …]