예제 #1
0
 def stop(self, id):
     return _inaoqi.proxy_stop(self, id)
예제 #2
0
파일: inaoqi.py 프로젝트: AndresGalaviz/NAO
 def stop(self, *args): return _inaoqi.proxy_stop(self, *args)
 def isRunning(self, *args): return _inaoqi.proxy_isRunning(self, *args)
예제 #3
0
 def stop(self, *args):
     return _inaoqi.proxy_stop(self, *args)
예제 #4
0
 def stop(*args):
     return _inaoqi.proxy_stop(*args)
예제 #5
0
 def stop(self, *args): return _inaoqi.proxy_stop(self, *args)
 def isRunning(self, *args): return _inaoqi.proxy_isRunning(self, *args)
예제 #6
0
파일: inaoqi.py 프로젝트: kwaka1208/ma11
 def stop(self, id):
     return _inaoqi.proxy_stop(self, id)