예제 #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
파일: HyPhy.py 프로젝트: Satssuki/OCLHYPHY
 def __init__(self, *args): 
     this = _HyPhy.new__THyPhyNumber(*args)
     try: self.this.append(this)
     except: self.this = this