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

Method selectFit

gui/builtinShipBrowser/fitItem.py:442–446  ·  view source on GitHub ↗
(self, event=None, newTab=False)

Source from the content-addressed store, hash-verified

440 return
441
442 def selectFit(self, event=None, newTab=False):
443 if newTab:
444 wx.PostEvent(self.mainFrame, FitSelected(fitID=self.fitID, startup=2))
445 else:
446 wx.PostEvent(self.mainFrame, FitSelected(fitID=self.fitID))
447
448 def RestoreEditButton(self):
449 self.tcFitName.Show(False)

Callers 3

OnKeyUpMethod · 0.95
OpenNewTabMethod · 0.95
MouseLeftUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected