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

Method onRowsRemoved

QTreeView/TestJsonModel.py:127–129  ·  view source on GitHub ↗
(self, parent, first, last)

Source from the content-addressed store, hash-verified

125 self.model.removeRow(index.row(), index.parent())
126
127 def onRowsRemoved(self, parent, first, last):
128 print("onRowsRemoved", parent, first, last)
129 self.doExport()
130
131 def onItemChanged(self, item):
132 if self.sender() == self.model:

Callers

nothing calls this directly

Calls 1

doExportMethod · 0.95

Tested by

no test coverage detected