Package PyFoam :: Package Basics :: Module ProgressOutput :: Class ProgressOutput
[hide private]
[frames] | no frames]

Class ProgressOutput

source code

object --+
         |
        ProgressOutput

This class generates output for recording the progress

Instance Methods [hide private]
 
__init__(self, oFile)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
reset(self)
reset for the next time
source code
 
__call__(self, msg)
Add to the progress message
source code

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, oFile)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • oFile - file-type object that gets the progress output
Overrides: object.__init__

__call__(self, msg)
(Call operator)

source code 

Add to the progress message

Parameters:
  • msg - the text to add