Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
class
MethodCall(MacroElement):
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected