예제 #1
0
 def _bindWithParam(self, module, method, paramNumber):
     return _inaoqi.baseModule__bindWithParam(self, module, method,
                                              paramNumber)
예제 #2
0
 def _bindWithParam(self, *args):
     return _inaoqi.baseModule__bindWithParam(self, *args)
예제 #3
0
파일: inaoqi.py 프로젝트: AndresGalaviz/NAO
 def _bindWithParam(self, *args): return _inaoqi.baseModule__bindWithParam(self, *args)
 def exit(self): return _inaoqi.baseModule_exit(self)
예제 #4
0
파일: inaoqi.py 프로젝트: kwaka1208/ma11
 def _bindWithParam(self, module, method, paramNumber):
     return _inaoqi.baseModule__bindWithParam(self, module, method, paramNumber)