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

Method getShipListDelayed

service/market.py:883–885  ·  view source on GitHub ↗

Background version of getShipList

(self, id_, callback)

Source from the content-addressed store, hash-verified

881 return ships
882
883 def getShipListDelayed(self, id_, callback):
884 """Background version of getShipList"""
885 self.shipBrowserWorkerThread.queue.put((id_, callback))
886
887 def searchShips(self, name):
888 """Find ships according to given text pattern"""

Callers 1

stage2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected