def __init__(self): this = _nlopt.new_roundoff_limited() try: self.this.append(this) except: self.this = this
def __init__(self): this = _nlopt.new_roundoff_limited() try: self.this.append(this) except __builtin__.Exception: self.this = this
def __init__(self, *args): this = _nlopt.new_roundoff_limited(*args) try: self.this.append(this) except: self.this = this