| 1601 | } |
| 1602 | |
| 1603 | static PyObject *Py_ops_record(PyObject *self, PyObject *args) |
| 1604 | { |
| 1605 | wrapper->resetCommandLine(PyTuple_Size(args), 1, args); |
| 1606 | |
| 1607 | if (OPS_record() < 0) { |
| 1608 | opserr<<(void*)0; |
| 1609 | return NULL; |
| 1610 | } |
| 1611 | |
| 1612 | return wrapper->getResults(); |
| 1613 | } |
| 1614 | |
| 1615 | static PyObject *Py_ops_metaData(PyObject *self, PyObject *args) |
| 1616 | { |
nothing calls this directly
no test coverage detected