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

Method __init__

folium/template.py:48–50  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

46
47class Environment(jinja2.Environment):
48 def __init__(self, *args, **kwargs):
49 super().__init__(*args, **kwargs)
50 self.filters["tojavascript"] = tojavascript
51
52
53class Template(jinja2.Template):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected