Home | Trees | Indices | Help |
---|
|
object --+ | Utilities
Class with utility methods
Can be inherited without side effects by classes that need these methods
|
|||
|
__init__(self) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
execute(self,
cmd,
debug=False) Execute the command cmd |
||
|
writeDictionaryHeader(self,
f) Writes a dummy header so OpenFOAM accepts the file as a dictionary |
||
|
listDirectory(self,
d) Lists the files in a directory, but excludes certain names and files with certain endings |
||
Inherited from |
|
|||
|
excludeNames = ['^.svn$', '~$']
|
|
|||
Inherited from |
|
|
Execute the command cmd Currently no error-handling is done
|
|
|
|
excludeNamesNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:52 2007 | http://epydoc.sourceforge.net |