MueLu Version of the Day
|
Functions | |
getstatusoutput (cmd) | |
deleteDir (path) | |
createDir (path) | |
runCommand (cmd) | |
main (argv=None) | |
MAIN routine. | |
escapeXMLfile.getstatusoutput | ( | cmd | ) |
Return (status, output) of executing cmd in a shell.
Definition at line 8 of file escapeXMLfile.py.
escapeXMLfile.deleteDir | ( | path | ) |
deletes the path entirely
Definition at line 18 of file escapeXMLfile.py.
escapeXMLfile.createDir | ( | path | ) |
deletes the path entirely
Definition at line 25 of file escapeXMLfile.py.
escapeXMLfile.runCommand | ( | cmd | ) |
deletes the path entirely
Definition at line 32 of file escapeXMLfile.py.
escapeXMLfile.main | ( | argv = None | ) |
MAIN routine.
Definition at line 41 of file escapeXMLfile.py.