示例#1
0
 def __init__(self, *args):
     this = _EST_Track.new_EST_Track(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
示例#2
0
 def __init__(self, *args):
     this = _EST_Track.new_EST_Track(*args)
     try:
         self.this.append(this)
     except:
         self.this = this
 def __init__(self, *args):
     _swig_setattr(self, EST_Track, 'this', _EST_Track.new_EST_Track(*args))
     _swig_setattr(self, EST_Track, 'thisown', 1)