class documentation
Generic hook object.
Method | execute |
Execute the hook with the given args |
overridden in
dulwich.hooks.ShellHook
Execute the hook with the given args
Parameters | |
*args | argument list to hook |
Returns | |
a hook may return a useful value | |
Raises | |
HookError | hook execution failure |