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

Method AdditionsTabSelect

gui/mainFrame.py:724–728  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

722 Price.getInstance().findCheaperReplacements(fitItems, updateFitCb, fetchTimeout=10)
723
724 def AdditionsTabSelect(self, event):
725 selTab = self.additionsSelect.index(event.GetId())
726
727 if selTab <= self.additionsPane.notebook.GetPageCount():
728 self.additionsPane.notebook.SetSelection(selTab)
729
730 def ItemSelect(self, event):
731 selItem = self.itemSelect.index(event.GetId())

Callers

nothing calls this directly

Calls 2

GetPageCountMethod · 0.80
SetSelectionMethod · 0.80

Tested by

no test coverage detected