MCPcopy Index your code
hub / github.com/python-visualization/folium / test_tojavascript_with_element

Function test_tojavascript_with_element

tests/test_template.py:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_tojavascript_with_element():
13 element = Element()
14 assert tojavascript(element) == element.get_name()
15
16
17def test_tojavascript_with_dict():

Callers

nothing calls this directly

Calls 1

tojavascriptFunction · 0.90

Tested by

no test coverage detected