b.hooks : module documentation

Part of bzrlib

Support for plugin hooking logic.
Function known_hooks_key_to_object Convert a known_hooks key to a object.
Function known_hooks_key_to_parent_and_attribute Convert a known_hooks key to a object.
Class Hooks A dictionary mapping hook name to a list of callables.
Class HookPoint A single hook that clients can register to be called back when it fires.
Function hooks_help_text Undocumented
def known_hooks_key_to_object((module_name, member_name)):
Convert a known_hooks key to a object.
ParameterskeyA tuple (module_name, member_name) as found in the keys of the known_hooks registry.
ReturnsThe object this specifies.
def known_hooks_key_to_parent_and_attribute((module_name, member_name)):
Convert a known_hooks key to a object.
ParameterskeyA tuple (module_name, member_name) as found in the keys of the known_hooks registry.
ReturnsThe object this specifies.
def hooks_help_text(topic):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2010-03-17 00:10:17.