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

Method render

folium/elements.py:178–179  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

176 self.options = kwargs
177
178 def render(self, *args, **kwargs):
179 return super().render(*args, **kwargs)
180
181
182class MethodCall(MacroElement):

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected