PyFoam.LogAnalysis.TimeChanger module

Class that notifies others of its changed time

class PyFoam.LogAnalysis.TimeChanger.TimeChanger[source]

Bases: object

Mixin the sends the special time to other classes

__annotations__ = {}
__dict__ = mappingproxy({'__module__': 'PyFoam.LogAnalysis.TimeChanger', '__doc__': 'Mixin the sends the special time to other classes', '__init__': <function TimeChanger.__init__>, 'addTimeListener': <function TimeChanger.addTimeListener>, 'sendTime': <function TimeChanger.sendTime>, '__dict__': <attribute '__dict__' of 'TimeChanger' objects>, '__weakref__': <attribute '__weakref__' of 'TimeChanger' objects>, '__annotations__': {}})
__init__()[source]
__module__ = 'PyFoam.LogAnalysis.TimeChanger'
__weakref__

list of weak references to the object (if defined)

addTimeListener(listener)[source]
sendTime()[source]