(self)
| 26 | return success |
| 27 | |
| 28 | def Undo(self): |
| 29 | success = self.internalHistory.undoAll() |
| 30 | eos.db.commit() |
| 31 | wx.PostEvent(gui.mainFrame.MainFrame.getInstance(), GE.FitChanged(fitIDs=(self.fitID,))) |
| 32 | return success |
nothing calls this directly
no test coverage detected