gbp.scripts.common.hook.Hook(RunAtCommand) class documentationgbp.scripts.common.hook
(View In Hierarchy)
A hook run by one of the scripts
| Method | __init__ | Undocumented |
| Static Method | md | Merge two dictionaires a and b into a new one |
Inherited from Command (via RunAtCommand):
| Method | call | Like __call__
but let the caller handle the return status. |
| Method | _reset_state | Undocumented |
| Method | __call | Wraps subprocess.call so we can be verbose and fix Python's SIGPIPE handling |
| Method | _log_err | Log an error message |
| Method | _format_err | Log an error message |
Inherited from Command (via RunAtCommand):
| Method | call | Like __call__
but let the caller handle the return status. |
| Method | _reset_state | Undocumented |
| Method | __call | Wraps subprocess.call so we can be verbose and fix Python's SIGPIPE handling |
| Method | _log_err | Log an error message |
| Method | _format_err | Log an error message |