def advance(self, n): return _cvxcore.SwigPyIterator_advance(self, n)
def advance(self, n: "ptrdiff_t") -> "swig::SwigPyIterator *": return _cvxcore.SwigPyIterator_advance(self, n)