| 1037 | } |
| 1038 | |
| 1039 | static PyObject *Py_ops_getCTestIter(PyObject *self, PyObject *args) |
| 1040 | { |
| 1041 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1042 | |
| 1043 | if (OPS_getCTestIter() < 0) { |
| 1044 | opserr<<(void*)0; |
| 1045 | return NULL; |
| 1046 | } |
| 1047 | |
| 1048 | return wrapper->getResults(); |
| 1049 | } |
| 1050 | |
| 1051 | static PyObject *Py_ops_recorder(PyObject *self, PyObject *args) |
| 1052 | { |
nothing calls this directly
no test coverage detected