| 1769 | } |
| 1770 | |
| 1771 | static PyObject *Py_ops_sectionFlexibility(PyObject *self, PyObject *args) |
| 1772 | { |
| 1773 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1774 | |
| 1775 | if (OPS_sectionFlexibility() < 0) { |
| 1776 | opserr<<(void*)0; |
| 1777 | return NULL; |
| 1778 | } |
| 1779 | |
| 1780 | return wrapper->getResults(); |
| 1781 | } |
| 1782 | |
| 1783 | static PyObject *Py_ops_sectionLocation(PyObject *self, PyObject *args) |
| 1784 | { |
nothing calls this directly
no test coverage detected