MCPcopy 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 }

Calls

no outgoing calls