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

Method __init__

folium/vector_layers.py:192–195  ·  view source on GitHub ↗
(self, locations, popup=None, tooltip=None, **kwargs)

Source from the content-addressed store, hash-verified

190 )
191
192 def __init__(self, locations, popup=None, tooltip=None, **kwargs):
193 super().__init__(locations, popup=popup, tooltip=tooltip)
194 self._name = "PolyLine"
195 self.options = path_options(line=True, **kwargs)
196
197
198class Polygon(BaseMultiLocation):

Callers

nothing calls this directly

Calls 2

path_optionsFunction · 0.85
__init__Method · 0.45

Tested by

no test coverage detected