MCPcopy Index your code
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QPushButton/BottomLineProgress.py:38–40  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

36 valueChanged = pyqtSignal(float) # 当前值/最大值
37
38 def __init__(self, *args, **kwargs):
39 super(LoadingThread, self).__init__(*args, **kwargs)
40 self.totalValue = randint(100, 200) # 模拟最大
41
42 def run(self):
43 for i in range(self.totalValue + 1):

Callers

nothing calls this directly

Calls 2

randintFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected