| 121 | } |
| 122 | |
| 123 | static PyObject* PySaveAsync( PyObject* self, PyObject* args ) |
| 124 | { |
| 125 | return PythonSave( self, args, true ); |
| 126 | } |
| 127 | |
| 128 | static PyObject* PySave( PyObject* self, PyObject* args ) |
| 129 | { |
nothing calls this directly
no test coverage detected