Filtered handler implementation.
Call filters before calling handlers for filter attributes and after
handlers return for filter rezult to determine condition for continue
executing next handlers.
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
Inherited from object :
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__
|
|
__call__(self,
*args,
**kwds)
Execute call for each handler-object ho(*args, **kwds). |
source code
|
|
list
|
|
Handler
|
|
int
|
|
list
|
|
|
|
int
|
|
Handler-object instance
|
|
int
|
|
|
|