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

Method __init__

gui/devTools.py:111–116  ·  view source on GitHub ↗
(self, fitIDs, mainFrame)

Source from the content-addressed store, hash-verified

109
110class FitTestThread(threading.Thread):
111 def __init__(self, fitIDs, mainFrame):
112 threading.Thread.__init__(self)
113 self.name = "FitTestThread"
114 self.mainFrame = mainFrame
115 self.stopRunning = False
116 self.fits = fitIDs
117
118 def stop(self):
119 self.stopRunning = True

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected