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

Class WriteDictionary

source code

                         object --+    
                                  |    
PyFoamApplication.PyFoamApplication --+
                                      |
                                     WriteDictionary

Instance Methods [hide private]
  __init__(self)
  addOptions(self)
Add options to the parser
  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)
(Constructor)

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

addOptions(self)

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

run(self)

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