| 2358 | } |
| 2359 | |
| 2360 | static PyObject *Py_ops_getNumElements(PyObject *self, PyObject *args) |
| 2361 | { |
| 2362 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2363 | |
| 2364 | if (OPS_getNumElements() < 0) { |
| 2365 | opserr<<(void*)0; |
| 2366 | return NULL; |
| 2367 | } |
| 2368 | |
| 2369 | return wrapper->getResults(); |
| 2370 | } |
| 2371 | |
| 2372 | static PyObject *Py_ops_getEleClassTags(PyObject *self, PyObject *args) |
| 2373 | { |
nothing calls this directly
no test coverage detected