def __init__(self, name): this = _inaoqi.new_module(name) try: self.this.append(this) except: self.this = this
def __init__(self, *args): this = _inaoqi.new_module(*args) try: self.this.append(this) except: self.this = this