Beispiel #1
0
 def equal(self, x):
     return _cvxcore.SwigPyIterator_equal(self, x)
Beispiel #2
0
 def equal(self, x: "SwigPyIterator") -> "bool":
     return _cvxcore.SwigPyIterator_equal(self, x)