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

Method iterator

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

Source from the content-addressed store, hash-verified

676 __repr__ = _swig_repr
677
678 def iterator(self):
679 return _cvxcore.IntIntMap_iterator(self)
680 def __iter__(self):
681 return self.iterator()
682

Callers 2

__iter__Method · 0.95
iteritemsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected