PyFoam.Basics.ProgressOutput module¶
Output of progress
-
class
PyFoam.Basics.ProgressOutput.ProgressOutput(oFile=None)[source]¶ Bases:
objectThis class generates output for recording the progress
-
__dict__= mappingproxy({'__dict__': <attribute '__dict__' of 'ProgressOutput' objects>, '__init__': <function ProgressOutput.__init__>, '__module__': 'PyFoam.Basics.ProgressOutput', '__weakref__': <attribute '__weakref__' of 'ProgressOutput' objects>, 'reset': <function ProgressOutput.reset>, '__call__': <function ProgressOutput.__call__>, 'lastProgress': <function ProgressOutput.lastProgress>, '__doc__': 'This class generates output for recording the progress'})¶
-
__module__= 'PyFoam.Basics.ProgressOutput'¶
-
__weakref__¶ list of weak references to the object (if defined)
-