| 2322 | } |
| 2323 | |
| 2324 | static PyObject *Py_ops_sensLambda(PyObject *self, PyObject *args) |
| 2325 | { |
| 2326 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 2327 | |
| 2328 | if (OPS_sensLambda() < 0) { |
| 2329 | opserr<<(void*)0; |
| 2330 | return NULL; |
| 2331 | } |
| 2332 | |
| 2333 | return wrapper->getResults(); |
| 2334 | } |
| 2335 | |
| 2336 | static PyObject *Py_ops_sensSectionForce(PyObject *self, PyObject *args) |
| 2337 | { |
nothing calls this directly
no test coverage detected