MCPcopy Index your code
hub / github.com/plotly/plotly.py / assert_html_renderer_connected

Function assert_html_renderer_connected

tests/test_io/test_renderers.py:143–144  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

141
142
143def assert_html_renderer_connected(html):
144 assert plotly_cdn_url().rstrip(".js") in html
145
146
147def assert_offline(html):

Callers 2

test_colab_renderer_showFunction · 0.85

Calls 1

plotly_cdn_urlFunction · 0.90

Tested by

no test coverage detected