Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
def
assert_not_full_html(html):
140
assert not html.startswith(
"<html"
)
141
142
143
def
assert_html_renderer_connected(html):
Callers
1
test_notebook_connected_show
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected