| 857 | } |
| 858 | |
| 859 | static PyObject *Py_ops_eleResponse(PyObject *self, PyObject *args) |
| 860 | { |
| 861 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 862 | |
| 863 | if (OPS_eleResponse() < 0) { |
| 864 | opserr<<(void*)0; |
| 865 | return NULL; |
| 866 | } |
| 867 | |
| 868 | return wrapper->getResults(); |
| 869 | } |
| 870 | |
| 871 | static PyObject *Py_ops_SP(PyObject *self, PyObject *args) |
| 872 | { |
nothing calls this directly
no test coverage detected