| 745 | } |
| 746 | |
| 747 | PyObject *ops_wipeAnalysis(PyObject *self, PyObject *args) |
| 748 | { |
| 749 | anaBuilder.wipe(); |
| 750 | anaBuilder.resetAll(); |
| 751 | |
| 752 | Py_INCREF(Py_None); |
| 753 | return Py_None; |
| 754 | } |
| 755 | |
| 756 | PyObject *ops_wipeModel(PyObject *self, PyObject *args) |
| 757 | { |