예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def advance(self, n):
     return _cvxcore.SwigPyIterator_advance(self, n)
예제 #2
0
 def advance(self, n: "ptrdiff_t") -> "swig::SwigPyIterator *":
     return _cvxcore.SwigPyIterator_advance(self, n)