| 1974 | } |
| 1975 | |
| 1976 | static PyObject *Py_ops_version(PyObject *self, PyObject *args) |
| 1977 | { |
| 1978 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1979 | |
| 1980 | if (OPS_version() < 0) { |
| 1981 | opserr<<(void*)0; |
| 1982 | return NULL; |
| 1983 | } |
| 1984 | |
| 1985 | return wrapper->getResults(); |
| 1986 | } |
| 1987 | |
| 1988 | static PyObject *Py_ops_pyversion(PyObject *self, PyObject *args) |
| 1989 | { |
nothing calls this directly
no test coverage detected