| 466 | } |
| 467 | |
| 468 | static PyObject *Py_ops_constraints(PyObject *self, PyObject *args) |
| 469 | { |
| 470 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 471 | |
| 472 | if (OPS_ConstraintHandler() < 0) { |
| 473 | opserr<<(void*)0; |
| 474 | return NULL; |
| 475 | } |
| 476 | |
| 477 | return wrapper->getResults(); |
| 478 | } |
| 479 | |
| 480 | static PyObject *Py_ops_integrator(PyObject *self, PyObject *args) |
| 481 | { |
nothing calls this directly
no test coverage detected