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

Method add_timelines

folium/plugins/timeline.py:248–251  ·  view source on GitHub ↗

Add timelines to the control

(self, *args)

Source from the content-addressed store, hash-verified

246 self.options = remove_empty(**kwargs)
247
248 def add_timelines(self, *args):
249 """Add timelines to the control"""
250 self.timelines += args # we do not check for duplicates
251 return self
252
253 def render(self, **kwargs):
254 assert isinstance(

Callers 1

test_timelineFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_timelineFunction · 0.64