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