| 418 | } |
| 419 | |
| 420 | static PyObject *Py_ops_pattern(PyObject *self, PyObject *args) |
| 421 | { |
| 422 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 423 | |
| 424 | if (OPS_Pattern() < 0) { |
| 425 | opserr<<(void*)0; |
| 426 | return NULL; |
| 427 | } |
| 428 | |
| 429 | return wrapper->getResults(); |
| 430 | } |
| 431 | |
| 432 | static PyObject *Py_ops_nodalLoad(PyObject *self, PyObject *args) |
| 433 | { |
nothing calls this directly
no test coverage detected