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__>})
__init__(runner, name)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

__module__ = 'PyFoam.Infrastructure.RunHook'
__weakref__

list of weak references to the object (if defined)

conf()[source]

Quick access to the configuration

execute()[source]