MCPcopy Create free account
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/locate_control.py:73–77  ·  view source on GitHub ↗
(self, auto_start=False, **kwargs)

Source from the content-addressed store, hash-verified

71 ]
72
73 def __init__(self, auto_start=False, **kwargs):
74 super().__init__()
75 self._name = "LocateControl"
76 self.auto_start = auto_start
77 self.options = remove_empty(**kwargs)

Callers

nothing calls this directly

Calls 1

remove_emptyFunction · 0.90

Tested by

no test coverage detected