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

Method isModify

QTreeView/Lib/qmodelmapper.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 break
90
91 def isModify(self) -> bool:
92 return self._model.toDict() != self._old
93
94 def getModel(self) -> QJsonModel:
95 return self._model

Callers

nothing calls this directly

Calls 1

toDictMethod · 0.45

Tested by

no test coverage detected