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

Method ToggleViewMode

gui/builtinItemStatsViews/itemAttributes.py:119–122  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

117 event.Skip()
118
119 def ToggleViewMode(self, event):
120 self.toggleView *= -1
121 self.UpdateList()
122 event.Skip()
123
124 def ExportItemStats(self, event):
125 exportFileName = self.item.name + " (" + str(self.item.ID) + ").csv"

Callers

nothing calls this directly

Calls 1

UpdateListMethod · 0.95

Tested by

no test coverage detected