コード例 #1
0
 def wait(self, id, timeout):
     return _inaoqi.proxy_wait(self, id, timeout)
コード例 #2
0
ファイル: inaoqi.py プロジェクト: AndresGalaviz/NAO
 def wait(self, *args): return _inaoqi.proxy_wait(self, *args)
 def stop(self, *args): return _inaoqi.proxy_stop(self, *args)
コード例 #3
0
 def wait(self, *args):
     return _inaoqi.proxy_wait(self, *args)
コード例 #4
0
 def wait(*args):
     return _inaoqi.proxy_wait(*args)
コード例 #5
0
ファイル: inaoqi.py プロジェクト: kwaka1208/ma11
 def wait(self, id, timeout):
     return _inaoqi.proxy_wait(self, id, timeout)
コード例 #6
0
ファイル: inaoqi.py プロジェクト: Cydev2306/Nao-App
 def wait(*args): return _inaoqi.proxy_wait(*args)
 def stop(*args): return _inaoqi.proxy_stop(*args)