b.s.StatusHooks(_mod_hooks.Hooks) : class documentation

Part of bzrlib.status View In Hierarchy

A dictionary mapping hook name to a list of callables for status hooks.

e.g. ['post_status'] Is the list of items to be called when the status command has finished printing the status.

Method __init__ Create the default hooks.

Inherited from Hooks:

Method add_hook Add a hook point to this dictionary.
Method create_hook Create a hook which can have callbacks registered for it.
Method docs Generate the documentation for this Hooks instance.
Method get_hook_name Get the name for a_callable for UI display.
Method install_named_hook_lazy Install a_callable in to the hook hook_name lazily, and label it.
Method install_named_hook Install a_callable in to the hook hook_name, and label it name.
Method uninstall_named_hook Uninstall named hooks.
Method name_hook Associate name with a_callable to show users what is running.
def __init__(self):
Create the default hooks.

These are all empty initially, because by default nothing should get notified.

API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.