MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / ShowUpdateBox

Method ShowUpdateBox

gui/mainFrame.py:244–246  ·  view source on GitHub ↗
(self, release, version)

Source from the content-addressed store, hash-verified

242 return Fit.getCommandProcessor(fitID)
243
244 def ShowUpdateBox(self, release, version):
245 with UpdateDialog(self, release, version) as dlg:
246 dlg.ShowModal()
247
248 def LoadPreviousOpenFits(self):
249 sFit = Fit.getInstance()

Callers

nothing calls this directly

Calls 1

UpdateDialogClass · 0.90

Tested by

no test coverage detected