def __init__(self, strName, strIP, port, parentIP, parentPort): this = _inaoqi.new_broker(strName, strIP, port, parentIP, parentPort) try: self.this.append(this) except: self.this = this
def __init__(self, *args): this = _inaoqi.new_broker(*args) try: self.this.append(this) except: self.this = this