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

Function test_figure_creation

tests/test_features.py:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42# Figure
43def test_figure_creation():
44 f = folium.Figure()
45 assert isinstance(f, Element)
46
47 bounds = f.get_bounds()
48 assert bounds == [[None, None], [None, None]], bounds
49
50
51def test_figure_rendering():

Callers

nothing calls this directly

Calls 1

get_boundsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…