(self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected