def __init__(self, *args) -> None: _cvxcore.LinOpVector_swiginit(self, _cvxcore.new_LinOpVector(*args))
def __init__(self, *args): this = _cvxcore.new_LinOpVector(*args) try: self.this.append(this) except Exception: self.this = this