MCPcopy
hub / github.com/plotly/dash / to_json

Function to_json

dash/_utils.py:26–30  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

24
25
26def to_json(value):
27 # pylint: disable=import-outside-toplevel
28 from plotly.io.json import to_json_plotly # type: ignore[import-untyped]
29
30 return to_json_plotly(value)
31
32
33def interpolate_str(template, **data):

Callers 13

_queue_messageMethod · 0.90
on_doneFunction · 0.90
read_resourceMethod · 0.90
read_resourceMethod · 0.90
patch_to_dictFunction · 0.90
serve_layoutMethod · 0.85
_generate_config_htmlMethod · 0.85
dependenciesMethod · 0.85
add_contextFunction · 0.85
async_add_contextFunction · 0.85

Calls

no outgoing calls

Tested by 1

patch_to_dictFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…