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

Method _generate_config_html

dash/dash.py:1269–1270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1267 )
1268
1269 def _generate_config_html(self) -> str:
1270 return f'<script id="_dash-config" type="application/json">{to_json(self._config())}</script>'
1271
1272 def _generate_renderer(self) -> str:
1273 return f'<script id="_dash-renderer" type="application/javascript">{self.renderer}</script>'

Callers 2

indexMethod · 0.95

Calls 2

_configMethod · 0.95
to_jsonFunction · 0.85

Tested by 1