Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python-visualization/folium
/ once
Method
once
folium/map.py:90–91 ·
view source on GitHub ↗
(self, **event_map: JsCode)
Source
from the content-addressed store, hash-verified
88
self._add(once=False, **event_map)
89
90
def
once(self, **event_map: JsCode):
91
self._add(once=True, **event_map)
92
93
def
_add(self, once: bool, **event_map: JsCode):
94
for
event_type, handler in event_map.items():
Callers
nothing calls this directly
Calls
1
_add
Method · 0.95
Tested by
no test coverage detected