Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-visualization/folium
/ render
Method
render
folium/plugins/pattern.py:155–157 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
153
self.parent_map = None
154
155
def
render(self, **kwargs):
156
self.parent_map = get_obj_in_upper_tree(self, Map).get_name()
157
super().render(**kwargs)
Callers
nothing calls this directly
Calls
2
get_obj_in_upper_tree
Function · 0.90
render
Method · 0.45
Tested by
no test coverage detected