コード例 #1
0
 def __init__(self, name):
     this = _inaoqi.new_module(name)
     try:
         self.this.append(this)
     except:
         self.this = this
コード例 #2
0
 def __init__(self, *args):
     this = _inaoqi.new_module(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
コード例 #3
0
ファイル: inaoqi.py プロジェクト: AndresGalaviz/NAO
 def __init__(self, *args): 
     this = _inaoqi.new_module(*args)
     try: self.this.append(this)
     except: self.this = this
コード例 #4
0
ファイル: inaoqi.py プロジェクト: kwaka1208/ma11
 def __init__(self, name):
     this = _inaoqi.new_module(name)
     try:
         self.this.append(this)
     except:
         self.this = this