MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getCommandForFit

Method getCommandForFit

gui/mainFrame.py:241–242  ·  view source on GitHub ↗
(self, fitID)

Source from the content-addressed store, hash-verified

239 return Fit.getCommandProcessor(self.getActiveFit())
240
241 def getCommandForFit(self, fitID) -> wx.CommandProcessor:
242 return Fit.getCommandProcessor(fitID)
243
244 def ShowUpdateBox(self, release, version):
245 with UpdateDialog(self, release, version) as dlg:

Callers 1

OnWindowCloseMethod · 0.80

Calls 1

getCommandProcessorMethod · 0.80

Tested by

no test coverage detected