Package gozerbot :: Module eventhandler :: Class Outputhandler
[hide private]
[frames] | no frames]

Class Outputhandler

source code

  object --+    
           |    
Eventhandler --+
               |
              Outputhandler

handle bot output

Instance Methods [hide private]
 
__init__(self, bot)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
handle_one(self)
do 1 loop over ready queues
source code
 
dispatch(self, queue)
dispatch bot commands from provided queue
source code

Inherited from Eventhandler: getready, handleloop, put, start, stop

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, bot)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

handle_one(self)

source code 

do 1 loop over ready queues

Overrides: Eventhandler.handle_one

dispatch(self, queue)

source code 

dispatch bot commands from provided queue

Overrides: Eventhandler.dispatch