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

Method __init__

service/price.py:236–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234class PriceWorkerThread(threading.Thread):
235
236 def __init__(self):
237 threading.Thread.__init__(self)
238 self.name = "PriceWorker"
239 self.queue = queue.Queue()
240 self.wait = {}
241 self.running = True
242 pyfalog.debug("Initialize PriceWorkerThread.")
243
244 def run(self):
245 queue = self.queue

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected