コード例 #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)