示例#1
0
文件: presto.py 项目: maura/presto
 def __init__(self, *args): 
     this = _presto.new_psrparams(*args)
     try: self.this.append(this)
     except: self.this = this
示例#2
0
 def __init__(self):
     this = _presto.new_psrparams()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
示例#3
0
 def __init__(self):
     _presto.psrparams_swiginit(self, _presto.new_psrparams())