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

Function assert_full_html

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

Source from the content-addressed store, hash-verified

133# HTML
134# ----
135def assert_full_html(html):
136 assert html.startswith("<html")
137
138
139def assert_not_full_html(html):

Callers 2

test_colab_renderer_showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected