| 1986 | } |
| 1987 | |
| 1988 | static PyObject *Py_ops_pyversion(PyObject *self, PyObject *args) |
| 1989 | { |
| 1990 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1991 | |
| 1992 | if (OPS_SetString(OPS_PYVERSION) < 0) { |
| 1993 | opserr<<(void*)0; |
| 1994 | return NULL; |
| 1995 | } |
| 1996 | |
| 1997 | return wrapper->getResults(); |
| 1998 | } |
| 1999 | |
| 2000 | static PyObject *Py_ops_setMaxOpenFiles(PyObject *self, PyObject *args) |
| 2001 | { |
nothing calls this directly
no test coverage detected