PyFoam.Infrastructure.RunHooks.SendToWebservice module

Call an URL from a webservice

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

Bases: PyFoam.Infrastructure.RunHook.RunHook

Sends an URL to a Webservice

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

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

__module__ = 'PyFoam.Infrastructure.RunHooks.SendToWebservice'