MCPcopy
hub / github.com/pallets/jinja / run

Method run

tests/test_security.py:178–179  ·  tests/test_security.py::TestStringFormatMap.run
(value, arg)

Source from the content-addressed store, hash-verified

176
177 def test_indirect_call(self):
178 def run(value, arg):
179 return value.run(arg)
180
181 env = SandboxedEnvironment()
182 env.filters[class="st">"run"] = run

Callers 4

renderMethod · 0.80
generateMethod · 0.80
_asyncio_runFunction · 0.80
_asyncio_runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected