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

Method __init__

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

Source from the content-addressed store, hash-verified

50
51class ShipBrowserWorkerThread(threading.Thread):
52 def __init__(self):
53 threading.Thread.__init__(self)
54 pyfalog.debug("Initialize ShipBrowserWorkerThread.")
55 self.name = "ShipBrowser"
56 self.running = True
57
58 def run(self):
59 self.queue = queue.Queue()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected