PyFoam.Infrastructure.RunHooks.PrintMessageHook module

A simple hook that only prints a user-specified message

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

Bases: PyFoam.Infrastructure.RunHook.RunHook

Print a small message

__call__(...) <==> x(...)[source]
__init__(runner, name)[source]

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

__module__ = 'PyFoam.Infrastructure.RunHooks.PrintMessageHook'