예제 #1
0
파일: cvxcore.py 프로젝트: zxuen/cvxpy
 def equal(self, x):
     return _cvxcore.SwigPyIterator_equal(self, x)
예제 #2
0
 def equal(self, x: "SwigPyIterator") -> "bool":
     return _cvxcore.SwigPyIterator_equal(self, x)