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

Method getItems

service/market.py:526–528  ·  view source on GitHub ↗
(itemIDs, eager=None)

Source from the content-addressed store, hash-verified

524
525 @staticmethod
526 def getItems(itemIDs, eager=None):
527 items = eos.db.getItems(itemIDs, eager=eager)
528 return items
529
530 def getGroup(self, identity, *args, **kwargs):
531 """Get group by its ID or name"""

Callers 3

populateSearchMethod · 0.80
populateSearchMethod · 0.80
populateSearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected