Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-visualization/folium
/ test_is_url
Function
test_is_url
tests/test_utilities.py:210–211 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
208
],
209
)
210
def
test_is_url(url):
211
assert _is_url(url) is True
212
213
214
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
_is_url
Function · 0.90
Tested by
no test coverage detected