| 1661 | } |
| 1662 | |
| 1663 | static PyObject *Py_ops_convertBinaryToText(PyObject *self, PyObject *args) |
| 1664 | { |
| 1665 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1666 | |
| 1667 | if (OPS_convertBinaryToText() < 0) { |
| 1668 | opserr<<(void*)0; |
| 1669 | return NULL; |
| 1670 | } |
| 1671 | |
| 1672 | return wrapper->getResults(); |
| 1673 | } |
| 1674 | |
| 1675 | static PyObject *Py_ops_getEleTags(PyObject *self, PyObject *args) |
| 1676 | { |
nothing calls this directly
no test coverage detected