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