Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-visualization/folium
/ on
Method
on
folium/map.py:87–88 ·
view source on GitHub ↗
(self, **event_map: JsCode)
Source
from the content-addressed store, hash-verified
85
""
"
86
87
def
on(self, **event_map: JsCode):
88
self._add(once=False, **event_map)
89
90
def
once(self, **event_map: JsCode):
91
self._add(once=True, **event_map)
Callers
4
pa7_leaflet_hm.min.js
File · 0.80
leaflet_heat.min.js
File · 0.80
f
Function · 0.80
geoman_customizations.py
File · 0.80
Calls
1
_add
Method · 0.95
Tested by
no test coverage detected