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

Method __init__

folium/map.py:432–438  ·  view source on GitHub ↗
(
            self, marker: "Marker", icon: Union[Icon, "CustomIcon", "DivIcon"]
        )

Source from the content-addressed store, hash-verified

430 )
431
432 def __init__(
433 self, marker: "Marker", icon: Union[Icon, "CustomIcon", "DivIcon"]
434 ):
435 super().__init__()
436 self._name = "SetIcon"
437 self.marker = marker
438 self.icon = icon
439
440 def __init__(
441 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected