Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/python-visualization/folium
/ test_js_code_init_str
Function
test_js_code_init_str
tests/test_utilities.py:238–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
237
238
def
test_js_code_init_str():
239
js_code = JsCode(
"hi"
)
240
assert isinstance(js_code, JsCode)
241
assert isinstance(js_code.js_code, str)
242
243
244
def
test_js_code_init_js_code():
Callers
nothing calls this directly
Calls
1
JsCode
Class · 0.90
Tested by
no test coverage detected