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

Method __init__

folium/elements.py:173–176  ·  view source on GitHub ↗
(self, leaflet_class_name: str, **kwargs)

Source from the content-addressed store, hash-verified

171 )
172
173 def __init__(self, leaflet_class_name: str, **kwargs):
174 super().__init__()
175 self.leaflet_class_name = leaflet_class_name
176 self.options = kwargs
177
178 def render(self, *args, **kwargs):
179 return super().render(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected