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

Method update

gui/display.py:262–264  ·  view source on GitHub ↗
(self, stuff)

Source from the content-addressed store, hash-verified

260 self.SetColumnWidth(i, col.size)
261
262 def update(self, stuff):
263 self.populate(stuff)
264 self.refresh(stuff)
265
266 def getColumn(self, point):
267 row, _, col = self.HitTestSubItem(point)

Callers 15

_readDataFunction · 0.45
processEveTypesFunction · 0.45
processEveGroupsFunction · 0.45
processEveCategoriesFunction · 0.45
processMarketGroupsFunction · 0.45
processMetaGroupsFunction · 0.45
prefetch.pyFile · 0.45
processSearchesMethod · 0.45
getVariationsByItemsMethod · 0.45
getItemsByGroupMethod · 0.45
getItemsByMarketGroupMethod · 0.45
__init__Method · 0.45

Calls 2

populateMethod · 0.95
refreshMethod · 0.95

Tested by

no test coverage detected