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

Function test_figure_double_rendering

tests/test_features.py:71–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71def test_figure_double_rendering():
72 f = folium.Figure()
73 out = f.render()
74 out2 = f.render()
75 assert out == out2
76
77 bounds = f.get_bounds()
78 assert bounds == [[None, None], [None, None]], bounds
79
80
81def test_marker_popups():

Callers

nothing calls this directly

Calls 2

get_boundsMethod · 0.80
renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…