Background version of getShipList
(self, id_, callback)
| 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""" |