Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ to_plotly_json
Method
to_plotly_json
dash/_patch.py:171–175 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
169
)
170
171
def
to_plotly_json(self) -> Any:
172
return
{
173
"__dash_patch_update"
:
"__dash_patch_update"
,
174
"operations"
: self._operations,
175
}
Callers
4
test_to_plotly_json
Function · 0.45
test_debc012_to_plotly_json_full_tree
Function · 0.45
test_mcpr012_returns_image_when_kaleido_available
Function · 0.45
test_mcpr013_returns_empty_when_kaleido_unavailable
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_to_plotly_json
Function · 0.36
test_debc012_to_plotly_json_full_tree
Function · 0.36
test_mcpr012_returns_image_when_kaleido_available
Function · 0.36
test_mcpr013_returns_empty_when_kaleido_unavailable
Function · 0.36