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

Method __init__

folium/features.py:1882–1886  ·  view source on GitHub ↗
(self, format_str: Optional[str] = None, alert: bool = True)

Source from the content-addressed store, hash-verified

1880 ) # noqa
1881
1882 def __init__(self, format_str: Optional[str] = None, alert: bool = True):
1883 super().__init__()
1884 self._name = "ClickForLatLng"
1885 self.format_str = format_str or 'lat + "," + lng'
1886 self.alert = alert
1887
1888
1889class CustomIcon(Icon):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected