Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-visualization/folium
/ render
Method
render
folium/plugins/pattern.py:74–76 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
72
self.parent_map = None
73
74
def
render(self, **kwargs):
75
self.parent_map = get_obj_in_upper_tree(self, Map)
76
super().render(**kwargs)
77
78
79
class
CirclePattern(JSCSSMixin, MacroElement):
Callers
1
render
Method · 0.45
Calls
1
get_obj_in_upper_tree
Function · 0.90
Tested by
no test coverage detected