Trees | Indices | Help |
|
---|
|
General handlers implementation.
Implement operation with collection of objects (handler-objects) same as a single object.def _debug(): import sys h1=sys.stdout h2=sys.stderr ho=Handler() ho.handler_add(h1,h2) ho.write('Test handlerE{\}n')In this programm you add two handler-objects (stdout and stderr) in Handler ho. Then you call function from this handler-objects. Detail of function calling:
Warning:
For all index operation may return exception as list
object if argument is wrong.
|
|||
HandlerError Represent error or exception then calling handler. |
|||
Handler Base handler class. |
|||
EventFilter Event filter for Handler. |
|
|||
|
Imports: dbg
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Dec 1 23:43:15 2008 | http://epydoc.sourceforge.net |