MCPcopy Create free account
hub / github.com/PlayOnLinux/POL-POM-4 / __init__

Method __init__

python/mainwindow.py:50–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48# This thread manage updates
49class POLWeb(threading.Thread):
50 def __init__(self):
51 threading.Thread.__init__(self)
52 self.sendToStatusBarStr = ""
53 self.sendAlertStr = None
54 self.Gauge = False
55 self.WebVersion = ""
56 self.Show = False
57 self.perc = -1
58 self.updating = True
59
60 def sendToStatusBar(self, message, gauge):
61 self.sendToStatusBarStr = message

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected