PyFoam.Infrastructure.RunHook module

Base class for all Run-Hooks

class PyFoam.Infrastructure.RunHook.RunHook(runner, name)[source]

Bases: object

The actual class

__dict__ = mappingproxy({'__module__': 'PyFoam.Infrastructure.RunHook', '__doc__': 'The actual class', '__init__': <function RunHook.__init__>, 'conf': <function RunHook.conf>, 'execute': <function RunHook.execute>, '__dict__': <attribute '__dict__' of 'RunHook' objects>, '__weakref__': <attribute '__weakref__' of 'RunHook' objects>})
__init__(runner, name)[source]

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'PyFoam.Infrastructure.RunHook'
__weakref__

list of weak references to the object (if defined)

conf()[source]

Quick access to the configuration

execute()[source]