Ejemplo n.º 1
0
 def wait_for_event(self, ok_codes):
     return wait_for_event(ok_codes, self._events, self._event_cond)
Ejemplo n.º 2
0
 def wait_for_event(self, ok_codes):
     return wait_for_event(ok_codes, self._events, self._event_cond)
Ejemplo n.º 3
0
 def wait_for_event(self, ok_codes):
     # sds add chNum, so we can match events for a particular channel
     return wait_for_event(ok_codes, self.id, self._node._events,
                           self._node._event_cond)