(self)
| 231 | return _cvxcore.ProblemData_init_id(self, new_param_id, param_size) |
| 232 | |
| 233 | def getLen(self): |
| 234 | return _cvxcore.ProblemData_getLen(self) |
| 235 | |
| 236 | def getV(self, values): |
| 237 | return _cvxcore.ProblemData_getV(self, values) |
no outgoing calls
no test coverage detected