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

Method ToggleViewMode

gui/builtinItemStatsViews/itemCompare.py:126–129  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

124 event.Skip()
125
126 def ToggleViewMode(self, event):
127 self.toggleView *= -1
128 self.UpdateList()
129 event.Skip()
130
131 def processPrices(self, prices):
132 for i, price in enumerate(prices):

Callers

nothing calls this directly

Calls 1

UpdateListMethod · 0.95

Tested by

no test coverage detected