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