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

Function assert_not_full_html

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

Source from the content-addressed store, hash-verified

137
138
139def assert_not_full_html(html):
140 assert not html.startswith("<html")
141
142
143def assert_html_renderer_connected(html):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected