def __init__(self, *args): this = _TOSSIM.new_Variable(*args) try: self.this.append(this) except: self.this = this
def __init__(self, *args): _swig_setattr(self, Variable, 'this', _TOSSIM.new_Variable(*args)) _swig_setattr(self, Variable, 'thisown', 1)