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

Functions

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

Function Documentation

◆ getstatusoutput()

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

Definition at line 8 of file escapeXMLfile.py.

◆ deleteDir()

escapeXMLfile.deleteDir ( path)
deletes the path entirely

Definition at line 18 of file escapeXMLfile.py.

◆ createDir()

escapeXMLfile.createDir ( path)
deletes the path entirely

Definition at line 25 of file escapeXMLfile.py.

◆ runCommand()

escapeXMLfile.runCommand ( cmd)
deletes the path entirely

Definition at line 32 of file escapeXMLfile.py.

◆ main()

escapeXMLfile.main ( argv = None)

MAIN routine.

Definition at line 41 of file escapeXMLfile.py.