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

Method UpdateList

gui/builtinItemStatsViews/itemAttributes.py:106–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

104 return
105
106 def UpdateList(self):
107 self.Freeze()
108 self.paramList.DeleteRoot()
109 self.PopulateList()
110 self.Thaw()
111 # self.paramList.resizeLastColumn(100)
112
113 def RefreshValues(self, event):
114 self._fetchValues()

Callers 2

RefreshValuesMethod · 0.95
ToggleViewModeMethod · 0.95

Calls 1

PopulateListMethod · 0.95

Tested by

no test coverage detected