Beispiel #1
0
 def __init__(self, *args): 
     this = _presto.new_orbitparams(*args)
     try: self.this.append(this)
     except: self.this = this
Beispiel #2
0
 def __init__(self):
     this = _presto.new_orbitparams()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Beispiel #3
0
 def __init__(self):
     _presto.orbitparams_swiginit(self, _presto.new_orbitparams())