(self)
| 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) |
nothing calls this directly
no test coverage detected