| 1938 | } |
| 1939 | |
| 1940 | static PyObject *Py_ops_numFact(PyObject *self, PyObject *args) |
| 1941 | { |
| 1942 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1943 | |
| 1944 | if (OPS_numFact() < 0) { |
| 1945 | opserr<<(void*)0; |
| 1946 | return NULL; |
| 1947 | } |
| 1948 | |
| 1949 | return wrapper->getResults(); |
| 1950 | } |
| 1951 | |
| 1952 | static PyObject *Py_ops_numIter(PyObject *self, PyObject *args) |
| 1953 | { |
nothing calls this directly
no test coverage detected