MueLu Version of the Day
Loading...
Searching...
No Matches
escapeXMLfile Namespace Reference

Functions

def getstatusoutput (cmd)
 
def deleteDir (path)
 
def createDir (path)
 
def runCommand (cmd)
 
def main (argv=None)
 MAIN routine.
 

Function Documentation

◆ getstatusoutput()

def escapeXMLfile.getstatusoutput (   cmd)
Return (status, output) of executing cmd in a shell.

Definition at line 8 of file escapeXMLfile.py.

◆ deleteDir()

def escapeXMLfile.deleteDir (   path)
deletes the path entirely

Definition at line 18 of file escapeXMLfile.py.

◆ createDir()

def escapeXMLfile.createDir (   path)
deletes the path entirely

Definition at line 25 of file escapeXMLfile.py.

◆ runCommand()

def escapeXMLfile.runCommand (   cmd)
deletes the path entirely

Definition at line 32 of file escapeXMLfile.py.

◆ main()

def escapeXMLfile.main (   argv = None)

MAIN routine.

Definition at line 41 of file escapeXMLfile.py.