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

Method SortCompareCols

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

Source from the content-addressed store, hash-verified

106 event.Skip()
107
108 def SortCompareCols(self, event):
109 self.Freeze()
110 self.paramList.ClearAll()
111 self.PopulateList(event.Column)
112 self.Thaw()
113
114 def UpdateList(self, items=None):
115 # We do nothing with `items`, but it gets returned by the price service thread

Callers

nothing calls this directly

Calls 1

PopulateListMethod · 0.95

Tested by

no test coverage detected