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

Method __init__

QFlowLayout/HotPlaylist.py:48–53  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

46 loadStarted = pyqtSignal(bool)
47
48 def __init__(self, *args, **kwargs):
49 super(GridWidget, self).__init__(*args, **kwargs)
50 self._layout = FlowLayout(self) # 使用自定义流式布局
51 # 异步网络下载管理器
52 self._manager = QNetworkAccessManager(self)
53 self._manager.finished.connect(self.onFinished)
54
55 def load(self):
56 if self.Page == -1 or self.Page > 10:

Callers

nothing calls this directly

Calls 2

FlowLayoutClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected