Add timelines to the control
(self, *args)
| 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( |
no outgoing calls