예제 #1
0
파일: node.py 프로젝트: KunYi/openant
 def wait_for_event(self, ok_codes):
     return wait_for_event(ok_codes, self._events, self._event_cond)
예제 #2
0
 def wait_for_event(self, ok_codes):
     return wait_for_event(ok_codes, self._events, self._event_cond)
예제 #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)