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

Method clear

QTreeView/Lib/qjsonmodel.py:226–229  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

224 return [self.horizontalHeaderItem(i).text() for i in range(self.columnCount())]
225
226 def clear(self):
227 headers = self.horizontalHeaderLabels()
228 super().clear()
229 self.setHorizontalHeaderLabels(headers)
230
231 def findPath(
232 self,

Callers 1

loadDataMethod · 0.95

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected