Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ populateSearch
Method
populateSearch
gui/propertyEditor.py:219–221 ·
view source on GitHub ↗
(self, itemIDs)
Source
from the content-addressed store, hash-verified
217
return
(not isFittable, *sMkt.itemSort(item))
218
219
def
populateSearch(self, itemIDs):
220
items = Market.getItems(itemIDs)
221
self.update(items)
222
223
def
populate(self, items):
224
if
len(items) > 0:
Callers
nothing calls this directly
Calls
2
getItems
Method · 0.80
update
Method · 0.45
Tested by
no test coverage detected