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

Method run

service/market.py:110–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 self.running = True
109
110 def run(self):
111 self.cv = threading.Condition()
112 self.searchRequest = None
113 self.processSearches()
114
115 def processSearches(self):
116 cv = self.cv

Callers

nothing calls this directly

Calls 1

processSearchesMethod · 0.95

Tested by

no test coverage detected