Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ toJson
Method
toJson
Demo/Lib/qpropmapper.py:131–132 ·
view source on GitHub ↗
(self, indent=None, **kwargs)
Source
from the content-addressed store, hash-verified
129
return
data
130
131
def
toJson(self, indent=None, **kwargs) -> str:
132
return
self.toDict(False).to_json(indent=indent, **kwargs)
133
134
def
getProperty(
135
self, widget: QWidget, prop: str =
""
Callers
1
onPropertyChanged
Method · 0.45
Calls
1
toDict
Method · 0.95
Tested by
1
onPropertyChanged
Method · 0.36