示例#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
示例#2
0
 def __init__(self, *args):
     this = _inaoqi.new_broker(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
示例#3
0
 def __init__(self, *args): 
     this = _inaoqi.new_broker(*args)
     try: self.this.append(this)
     except: self.this = this
示例#4
0
文件: inaoqi.py 项目: kwaka1208/ma11
 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