MCPcopy Create free account
hub / github.com/python-visualization/folium / fullscreen

Function fullscreen

docs/_static/flask_example.py:25–28  ·  view source on GitHub ↗

Simple example of a fullscreen map.

()

Source from the content-addressed store, hash-verified

23
24@app.route("/")
25def fullscreen():
26 """Simple example of a fullscreen map."""
27 m = folium.Map()
28 return m.get_root().render()
29
30
31@app.route("/iframe")

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…