예제 #1
0
파일: inaoqi.py 프로젝트: AndresGalaviz/NAO
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
예제 #2
0
 def exit(self):
     return _inaoqi.module_exit(self)
예제 #3
0
 def exit(self): return _inaoqi.module_exit(self)
 def getName(self): return _inaoqi.module_getName(self)
예제 #4
0
 def exit(*args):
     return _inaoqi.module_exit(*args)
예제 #5
0
파일: inaoqi.py 프로젝트: Cydev2306/Nao-App
 def exit(*args): return _inaoqi.module_exit(*args)
 def getName(*args): return _inaoqi.module_getName(*args)