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