Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ getModel
Method
getModel
QTreeView/Lib/qmodelmapper.py:94–95 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
92
return
self._model.toDict() != self._old
93
94
def
getModel(self) -> QJsonModel:
95
return
self._model
96
97
def
getData(self) -> dict:
98
return
self._model.toDict()
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.36