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

Method __init__

service/update.py:38–44  ·  view source on GitHub ↗
(self, callback)

Source from the content-addressed store, hash-verified

36
37class CheckUpdateThread(threading.Thread):
38 def __init__(self, callback):
39 threading.Thread.__init__(self)
40 self.name = "CheckUpdate"
41 self.callback = callback
42 self.settings = UpdateSettings.getInstance()
43 self.network = Network.getInstance()
44 self.running = True
45
46 def run(self):
47 network = Network.getInstance()

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected