Home
last modified time | relevance | path

Searched refs:contextfunction (Results 1 – 7 of 7) sorted by relevance

/third_party/node/tools/inspector_protocol/jinja2/
Dext.py24 from jinja2.utils import contextfunction, import_string, Markup
132 @contextfunction
138 @contextfunction
148 @contextfunction
D__init__.py57 environmentfunction, evalcontextfunction, contextfunction, \
Dutils.py44 def contextfunction(f): function
56 f.contextfunction = True
/third_party/skia/third_party/externals/jinja2/
Dext.py30 from .utils import contextfunction
142 @contextfunction
148 @contextfunction
162 @contextfunction
D__init__.py38 from .utils import contextfunction
Dutils.py32 def contextfunction(f): function
44 f.contextfunction = True
/third_party/jinja2/
DCHANGES.rst31 - ``contextfilter`` and ``contextfunction`` are replaced by
180 - ``pass_context`` replaces ``contextfunction`` and
211 :func:`contextfunction`. :issue:`1145`
682 - Allow ``contextfunction`` and other decorators to be applied to