MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / updateItems

Method updateItems

gui/propertyEditor.py:192–194  ·  view source on GitHub ↗
(self, updateDisplay=False)

Source from the content-addressed store, hash-verified

190 self.update(Market.getInstance().getItemsWithOverrides())
191
192 def updateItems(self, updateDisplay=False):
193 if updateDisplay:
194 self.update(Market.getInstance().getItemsWithOverrides())
195
196 def delaySearch(self, evt):
197 sFit = Fit.getInstance()

Callers 4

OnImportMethod · 0.80
OnClearMethod · 0.80
removeOverridesMethod · 0.80
OnPropGridChangeMethod · 0.80

Calls 3

getItemsWithOverridesMethod · 0.80
updateMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected