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

Method render

folium/plugins/timeline.py:253–257  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

251 return self
252
253 def render(self, **kwargs):
254 assert isinstance(
255 self._parent, Map
256 ), "TimelineSlider can only be added to a Map object."
257 super().render(**kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected