Trees | Indices | Help |
|
---|
|
Helper class for waiting specific events from Spec
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Constructor Arguments: connection -- a SpecConnection object |
Wait for a reply from Spec Arguments: command -- method returning a replyID to be executed on the connection object argsTuple -- tuple of arguments to be passed to the command timeout -- optional timeout (defaults to None) |
Wait for a channel update Arguments: chanName -- channel name waitValue -- particular value to wait (defaults to None, meaning any value) timeout -- optional timeout (defaults to None) |
Wait for the connection to Spec being established Arguments: timeout -- optional timeout (defaults to None) Exceptions: timeout -- raise a timeout exception on timeout |
Block until the object's internal value gets updated Arguments: waitValue -- particular value to wait (defaults to None, meaning any value) timeout -- optional timeout (defaults to None) Exceptions: timeout -- raise a timeout exception on timeout |
Callback triggered by a channel update If channel was unregistered, we skip the first update, else we update our internal value |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:37 2014 | http://epydoc.sourceforge.net |