4.15.1Class Hook

Base class for function hooks.

Class Hook( funcname, func )

This class represents the minimal structure of function hooks.

Methods
configureHook to receive the configuration.

Methods

configure

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.

Made with http://www.falconpl.org