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

Method UpdateTree

gui/builtinItemStatsViews/itemAffectedBy.py:140–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 self.Thaw()
139
140 def UpdateTree(self):
141 self.Freeze()
142 self.affectedBy.DeleteAllItems()
143 self.PopulateTree()
144 self.Thaw()
145
146 def RefreshTree(self, event):
147 self.UpdateTree()

Callers 1

RefreshTreeMethod · 0.95

Calls 1

PopulateTreeMethod · 0.95

Tested by

no test coverage detected