MCPcopy Index your code
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/elements.py:198–203  ·  view source on GitHub ↗
(self, target: MacroElement, method: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

196 )
197
198 def __init__(self, target: MacroElement, method: str, *args, **kwargs):
199 super().__init__()
200 self.target = target.get_name()
201 self.method = camelize(method)
202 self.args = args
203 self.kwargs = kwargs

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

camelizeFunction · 0.90

Tested by

no test coverage detected