PyFoam.Infrastructure.RunHook module¶
Base class for all Run-Hooks
-
class
PyFoam.Infrastructure.RunHook.RunHook(runner, name)[source]¶ Bases:
objectThe actual class
-
__dict__= mappingproxy({'__init__': <function RunHook.__init__>, '__weakref__': <attribute '__weakref__' of 'RunHook' objects>, 'conf': <function RunHook.conf>, 'execute': <function RunHook.execute>, '__module__': 'PyFoam.Infrastructure.RunHook', '__dict__': <attribute '__dict__' of 'RunHook' objects>, '__doc__': 'The actual class'})¶
-
__module__= 'PyFoam.Infrastructure.RunHook'¶
-
__weakref__¶ list of weak references to the object (if defined)
-