def __init__(self, *args):
     this = _EST_Wave.new_EST_Wave(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
Ejemplo n.º 2
0
 def __init__(self, *args):
     _swig_setattr(self, EST_Wave, 'this', _EST_Wave.new_EST_Wave(*args))
     _swig_setattr(self, EST_Wave, 'thisown', 1)
Ejemplo n.º 3
0
 def __init__(self, *args): 
     this = _EST_Wave.new_EST_Wave(*args)
     try: self.this.append(this)
     except: self.this = this