Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
# ----
135
def
assert_full_html(html):
136
assert html.startswith(
"<html"
)
137
138
139
def
assert_not_full_html(html):
Callers
2
test_colab_renderer_show
Function · 0.85
test_browser_renderer_show
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected