| 2764 | } |
| 2765 | |
| 2766 | static PyObject *Py_ops_sdfResponse(PyObject *self, PyObject *args) |
| 2767 | { |
| 2768 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2769 | |
| 2770 | if (OPS_sdfResponse() < 0) { |
| 2771 | opserr<<(void*)0; |
| 2772 | return NULL; |
| 2773 | } |
| 2774 | |
| 2775 | return wrapper->getResults(); |
| 2776 | } |
| 2777 | |
| 2778 | static PyObject *Py_ops_getNumThreads(PyObject *self, PyObject *args) |
| 2779 | { |
nothing calls this directly
no test coverage detected