예제 #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