Package gozerbot :: Module wait :: Class Wait
[hide private]
[frames] | no frames]

Class Wait

source code

object --+
         |
        Wait
Known Subclasses:

lists of ircevents to wait for

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
register(self, cmnd, catch, queue, timeout=15)
register wait for cmnd
source code
 
check(self, ievent)
check if there are wait items for ievent ..
source code
 
dotimeout(self, timeout, ticket)
start timeout thread for wait with ticket nr
source code
 
delete(*args, **kwargs)
the locked function
source code

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)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

check(self, ievent)

source code 

check if there are wait items for ievent .. check if 'catch' matches on ievent.postfix if so put ievent on queue

delete(*args, **kwargs)

source code 

the locked function

Decorators:
  • @locked