zope.hookable API

Hookable object support

class zope.hookable.hookable

Callable objects that support being overridden

reset()

Reset the hook to the original value

sethook()

Set the hook implementation for the hookable object

Previous topic

Hookable Object Support

Next topic

Hacking on zope.hookable

This Page