Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PyQt5/PyQt
/ edit
Method
edit
QTreeView/Lib/qjsonmodel.py:86–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
85
@property
86
def
edit(self) -> Any:
87
# 设置角色为EditRole的值
88
return
self.data(self.EditRole)
89
90
@edit.setter
91
def
edit(self, value: Any) -> None:
Callers
nothing calls this directly
Calls
2
data
Method · 0.95
setData
Method · 0.95
Tested by
no test coverage detected