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