Exemplo n.º 1
0
 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
Exemplo n.º 2
0
 def __init__(self, *args):
     this = _inaoqi.new_broker(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Exemplo n.º 3
0
 def __init__(self, *args): 
     this = _inaoqi.new_broker(*args)
     try: self.this.append(this)
     except: self.this = this
Exemplo n.º 4
0
 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