Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ Undo
Method
Undo
gui/fitCommands/gui/cargo/add.py:28–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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
Callers
3
registerMenu
Method · 0.45
submitBatch
Method · 0.45
undoAll
Method · 0.45
Calls
2
undoAll
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected