| 1793 | } |
| 1794 | |
| 1795 | static PyObject *Py_ops_sectionWeight(PyObject *self, PyObject *args) |
| 1796 | { |
| 1797 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1798 | |
| 1799 | if (OPS_sectionWeight() < 0) { |
| 1800 | opserr<<(void*)0; |
| 1801 | return NULL; |
| 1802 | } |
| 1803 | |
| 1804 | return wrapper->getResults(); |
| 1805 | } |
| 1806 | |
| 1807 | static PyObject *Py_ops_sectionResponseType(PyObject *self, PyObject *args) |
| 1808 | { |
nothing calls this directly
no test coverage detected