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

Method UpdateList

gui/builtinItemStatsViews/itemCompare.py:114–120  ·  view source on GitHub ↗
(self, items=None)

Source from the content-addressed store, hash-verified

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
116 self.Freeze()
117 self.paramList.ClearAll()
118 self.PopulateList()
119 self.Thaw()
120 self.paramList.resizeLastColumn(100)
121
122 def RefreshValues(self, event):
123 self.UpdateList()

Callers 2

RefreshValuesMethod · 0.95
ToggleViewModeMethod · 0.95

Calls 1

PopulateListMethod · 0.95

Tested by

no test coverage detected