Base class for function hooks.
Class Hook( funcname, func )
This class represents the minimal structure of function hooks.
Methods | |
configure | Hook to receive the configuration. |
Hook to receive the configuration.
configure( configData )
configData | A dictionary of key->values from configuration. |
The default behavior of the base class is that to store the incoming data in Hook.config.