Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ test_versioned_cdn_included
Function
test_versioned_cdn_included
tests/test_io/test_html.py:27–28 ·
view source on GitHub ↗
(fig1)
Source
from the content-addressed store, hash-verified
25
26
27
def
test_versioned_cdn_included(fig1):
28
assert plotly_cdn_url() in pio.to_html(fig1, include_plotlyjs=
"cdn"
)
29
30
31
def
test_html_deterministic(fig1):
Callers
nothing calls this directly
Calls
2
plotly_cdn_url
Function · 0.90
to_html
Method · 0.80
Tested by
no test coverage detected