示例#1
0
文件: HyPhy.py 项目: mdsmith/OCLHYPHY
 def __init__(self, arg0 = None, arg1 = 0): 
     this = _HyPhy.new__THyPhyString(arg0, arg1)
     try: self.this.append(this)
     except: self.this = this
示例#2
0
 def __init__(self, arg0=None, arg1=0):
     this = _HyPhy.new__THyPhyString(arg0, arg1)
     try:
         self.this.append(this)
     except:
         self.this = this
示例#3
0
 def __init__(self, *args): 
     this = _HyPhy.new__THyPhyString(*args)
     try: self.this.append(this)
     except: self.this = this