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

Function f_all

src/jinja2/runtime.py:138–139  ·  view source on GitHub ↗
(self: "Context")

Source from the content-addressed store, hash-verified

136def _dict_method_all(dict_method: F) -> F:
137 @functools.wraps(dict_method)
138 def f_all(self: "Context") -> t.Any:
139 return dict_method(self.get_all())
140
141 return t.cast(F, f_all)
142

Callers

nothing calls this directly

Calls 1

get_allMethod · 0.80

Tested by

no test coverage detected