| 1962 | } |
| 1963 | |
| 1964 | static PyObject *Py_ops_systemSize(PyObject *self, PyObject *args) |
| 1965 | { |
| 1966 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1967 | |
| 1968 | if (OPS_systemSize() < 0) { |
| 1969 | opserr<<(void*)0; |
| 1970 | return NULL; |
| 1971 | } |
| 1972 | |
| 1973 | return wrapper->getResults(); |
| 1974 | } |
| 1975 | |
| 1976 | static PyObject *Py_ops_version(PyObject *self, PyObject *args) |
| 1977 | { |
nothing calls this directly
no test coverage detected