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

Class Environment

folium/template.py:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
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 1

test_environment_filterFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_environment_filterFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…