| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
SimultaneousError
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
co : The coroutine that is trying to block on an event. |
|||
|
event : The event that it is trying to block on. |
|||
|
other : The coroutine or function that is already waiting on the event. |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
|||
event: The event that it is trying to block on. For kqueue, this is normally a kevent_key object. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 16 18:06:44 2012 | http://epydoc.sourceforge.net |