Package PyFoam :: Package Applications :: Module Runner :: Class Runner
[hide private]
[frames] | no frames]

Class Runner

source code

                         object --+    
                                  |    
PyFoamApplication.PyFoamApplication --+
                                      |
                                     Runner

Instance Methods [hide private]
  __init__(self, args=None)
  addOptions(self)
Add options to the parser
  addFileRegexps(self, fName)
Adds the lines from a file to the custom regular expressions
  run(self)
Run the real application

Inherited from PyFoamApplication.PyFoamApplication: error

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, args=None)
(Constructor)

source code 
Overrides: PyFoamApplication.PyFoamApplication.__init__
(inherited documentation)

addOptions(self)

source code 
Add options to the parser
Overrides: PyFoamApplication.PyFoamApplication.addOptions
(inherited documentation)

addFileRegexps(self, fName)

source code 
Adds the lines from a file to the custom regular expressions
Parameters:
  • fName - The name of the file

run(self)

source code 
Run the real application
Overrides: PyFoamApplication.PyFoamApplication.run
(inherited documentation)