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

Method getData

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

Source from the content-addressed store, hash-verified

95 return self._model
96
97 def getData(self) -> dict:
98 return self._model.toDict()
99
100 def getJson(self, ensure_ascii=False, indent=None, **kwargs) -> str:
101 return self._model.toJson(ensure_ascii=ensure_ascii, indent=indent, **kwargs)

Callers

nothing calls this directly

Calls 1

toDictMethod · 0.45

Tested by

no test coverage detected