Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-visualization/folium
/ test__repr_html_is_str
Function
test__repr_html_is_str
tests/test_repr.py:25–27 ·
view source on GitHub ↗
(m)
Source
from the content-addressed store, hash-verified
23
24
25
def
test__repr_html_is_str(m):
26
html = m._repr_html_()
27
assert isinstance(html, str)
28
29
30
def
test_valid_html(m):
Callers
nothing calls this directly
Calls
1
_repr_html_
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…