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

Method populateSearch

gui/builtinMarketBrowser/itemView.py:242–249  ·  view source on GitHub ↗
(self, itemIDs)

Source from the content-addressed store, hash-verified

240 self.filterItemStore()
241
242 def populateSearch(self, itemIDs):
243 # If we're no longer searching, dump the results
244 if self.marketBrowser.mode != 'search':
245 return
246 items = Market.getItems(itemIDs)
247 self.updateItemStore(items)
248 self.setToggles()
249 self.filterItemStore()
250
251 def contextMenu(self, event):
252 clickedPos = self.getRowByAbs(event.Position)

Callers

nothing calls this directly

Calls 4

updateItemStoreMethod · 0.95
setTogglesMethod · 0.95
filterItemStoreMethod · 0.95
getItemsMethod · 0.80

Tested by

no test coverage detected