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

Method __init__

Widgets/TreeView.py:27–30  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

25class TreeView(QTreeView):
26
27 def __init__(self, *args, **kwargs):
28 super(TreeView, self).__init__(*args, **kwargs)
29 self._initModel()
30 self._initSignals()
31
32 def _initModel(self):
33 """设置目录树Model"""

Callers

nothing calls this directly

Calls 2

_initModelMethod · 0.95
_initSignalsMethod · 0.95

Tested by

no test coverage detected