MCPcopy Create free account
hub / github.com/cvxpy/cvxpy / __iter__

Method __iter__

cvxpy/cvxcore/python/cvxcore.py:680–681  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

678 def iterator(self):
679 return _cvxcore.IntIntMap_iterator(self)
680 def __iter__(self):
681 return self.iterator()
682
683 def __nonzero__(self):
684 return _cvxcore.IntIntMap___nonzero__(self)

Callers

nothing calls this directly

Calls 2

iteratorMethod · 0.95
key_iteratorMethod · 0.95

Tested by

no test coverage detected