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

Method toggleShipMarket

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

Source from the content-addressed store, hash-verified

744 self.fitMultiSwitch.AddPage()
745
746 def toggleShipMarket(self, event):
747 sel = self.notebookBrowsers.GetSelection()
748 self.notebookBrowsers.SetSelection(0 if sel == 1 else 1)
749
750 def toggleSearchBox(self, event):
751 sel = self.notebookBrowsers.GetSelection()

Callers

nothing calls this directly

Calls 2

SetSelectionMethod · 0.80
GetSelectionMethod · 0.45

Tested by

no test coverage detected