(self)
| 351 | return _cvxcore.IntVector_reserve(self, n) |
| 352 | |
| 353 | def capacity(self): |
| 354 | return _cvxcore.IntVector_capacity(self) |
| 355 | __swig_destroy__ = _cvxcore.delete_IntVector |
| 356 | |
| 357 | # Register IntVector in _cvxcore: |
no outgoing calls
no test coverage detected