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