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

Method render

folium/features.py:1083–1086  ·  view source on GitHub ↗

Renders the HTML representation of the element.

(self, **kwargs)

Source from the content-addressed store, hash-verified

1081 ) # noqa
1082
1083 def render(self, **kwargs):
1084 """Renders the HTML representation of the element."""
1085 self.style_data()
1086 super().render(**kwargs)
1087
1088 def get_bounds(self) -> TypeBoundsReturn:
1089 """

Callers

nothing calls this directly

Calls 2

style_dataMethod · 0.95
renderMethod · 0.45

Tested by

no test coverage detected