Beispiel #1
0
 def advance(self, n):
     return _cvxcore.SwigPyIterator_advance(self, n)
Beispiel #2
0
 def advance(self, n: "ptrdiff_t") -> "swig::SwigPyIterator *":
     return _cvxcore.SwigPyIterator_advance(self, n)