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

Method getShipList

service/market.py:877–881  ·  view source on GitHub ↗

Get ships for given group id

(self, grpid)

Source from the content-addressed store, hash-verified

875 return root
876
877 def getShipList(self, grpid):
878 """Get ships for given group id"""
879 grp = self.getGroup(grpid, eager=("items", "items.group", "items.marketGroup"))
880 ships = self.getItemsByGroup(grp)
881 return ships
882
883 def getShipListDelayed(self, id_, callback):
884 """Background version of getShipList"""

Callers 3

processRequestsMethod · 0.80
generateFullHTMLMethod · 0.80
generateMinimalHTMLMethod · 0.80

Calls 2

getGroupMethod · 0.95
getItemsByGroupMethod · 0.95

Tested by

no test coverage detected