| 253 | } |
| 254 | |
| 255 | static PyObject* PySaveAsync( PyObject* self, PyObject* args ) |
| 256 | { |
| 257 | return PythonSave( self, args, true ); |
| 258 | } |
| 259 | |
| 260 | static PyObject* PySave( PyObject* self, PyObject* args ) |
| 261 | { |
nothing calls this directly
no test coverage detected