Beispiel #1
0
 def __init__(self, arg0 = 0.0): 
     this = _HyPhy.new__THyPhyNumber(arg0)
     try: self.this.append(this)
     except: self.this = this
Beispiel #2
0
 def __init__(self, arg0=0.0):
     this = _HyPhy.new__THyPhyNumber(arg0)
     try:
         self.this.append(this)
     except:
         self.this = this
Beispiel #3
0
 def __init__(self, *args): 
     this = _HyPhy.new__THyPhyNumber(*args)
     try: self.this.append(this)
     except: self.this = this