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

Function tmpl

tests/test_features.py:21–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20@pytest.fixture
21def tmpl():
22 yield (
23 """
24 <!DOCTYPE html>
25 <html>
26 <head>
27 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
28 </head>
29 <body>
30 </body>
31 <script>
32 </script>
33 </html>
34 """
35 ) # noqa
36
37
38# Root path variable

Callers 3

test_popup_asciiFunction · 0.85
test_popup_quotesFunction · 0.85
test_popup_unicodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected