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

Method reset

folium/map.py:268–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

266 self.overlays: OrderedDict[str, str] = OrderedDict()
267
268 def reset(self) -> None:
269 self.base_layers = OrderedDict()
270 self.overlays = OrderedDict()
271
272 def render(self, **kwargs):
273 """Renders the HTML representation of the element."""

Callers 3

renderMethod · 0.95
test_layer_control_resetFunction · 0.95
renderMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_layer_control_resetFunction · 0.76