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

Method scheduleSearch

service/market.py:175–179  ·  view source on GitHub ↗
(self, text, callback, filterName=None)

Source from the content-addressed store, hash-verified

173 wx.CallAfter(callback, sorted(item_IDs))
174
175 def scheduleSearch(self, text, callback, filterName=None):
176 self.cv.acquire()
177 self.searchRequest = (text, callback, filterName)
178 self.cv.notify()
179 self.cv.release()
180
181 def stop(self):
182 self.running = False

Callers 1

searchItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected