def __init__(self, *args): this = _presto.new_infodata(*args) try: self.this.append(this) except: self.this = this
def __init__(self): this = _presto.new_infodata() try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self): _presto.infodata_swiginit(self, _presto.new_infodata())