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

Method __init__

gui/mainFrame.py:105–112  ·  view source on GitHub ↗
(self, fits, callback)

Source from the content-addressed store, hash-verified

103class OpenFitsThread(threading.Thread):
104
105 def __init__(self, fits, callback):
106 threading.Thread.__init__(self)
107 self.name = "LoadingOpenFits"
108 self.mainFrame = MainFrame.getInstance()
109 self.callback = callback
110 self.fits = fits
111 self.running = True
112 self.start()
113
114 def run(self):
115 # `startup` tells FitSpawner that we are loading fits are startup, and

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected