MCPcopy Create free account
hub / github.com/python-visualization/folium / inner

Function inner

folium/elements.py:18–19  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

16def leaflet_method(fn):
17 @wraps(fn)
18 def inner(self, *args, **kwargs):
19 self.add_child(MethodCall(self, fn.__name__, *args, **kwargs))
20
21 return inner
22

Callers

nothing calls this directly

Calls 2

MethodCallClass · 0.85
add_childMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…