示例#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)