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

Method leaflet_class_name

folium/map.py:52–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51 @property
52 def leaflet_class_name(self):
53 # TODO: I did not check all Folium classes to see if
54 # this holds up. This breaks at least for CustomIcon.
55 return f"L.{self._name}"
56
57 def render(self, **kwargs):
58 figure = self.get_root()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected