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