Class used to multiplex hook.
MultiHook calls the named hook from the class of the container, then
the prior hook, then all the hooks in its list.
Methods
|
|
__call__
__init__
add
|
|
__call__
|
__call__ (
self,
container,
request,
)
|
|
__init__
|
__init__ (
self,
hookname,
prior,
defined_in_class,
)
|
|
add
|
add ( self, cob )
|
|