MCPcopy
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/timeline.py:108–120  ·  view source on GitHub ↗
(
        self,
        data: Union[dict, str, TextIO],
        get_interval: Optional[JsCode] = None,
        **kwargs
    )

Source from the content-addressed store, hash-verified

106 ]
107
108 def __init__(
109 self,
110 data: Union[dict, str, TextIO],
111 get_interval: Optional[JsCode] = None,
112 **kwargs
113 ):
114 super().__init__(data)
115 self._name = "Timeline"
116
117 if get_interval is not None:
118 kwargs["get_interval"] = get_interval
119
120 self.options = remove_empty(**kwargs)
121
122 def _get_self_bounds(self):
123 """

Callers 1

__init__Method · 0.45

Calls 1

remove_emptyFunction · 0.90

Tested by

no test coverage detected