MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / init

Method init

Widgets/Skins/PictureWidget.py:99–104  ·  view source on GitHub ↗

初始化该分类

(self)

Source from the content-addressed store, hash-verified

97 row, col)
98
99 def init(self):
100 """初始化该分类
101 """
102 if self.gridLayout.count() > 0:
103 return
104 return GetAllCategoryRunnable(self.category, self)
105
106 def paintEvent(self, event):
107 if not self._waiting:

Callers

nothing calls this directly

Calls 2

countMethod · 0.45

Tested by

no test coverage detected