HomeSort by relevance Sort by last modified time
    Searched full:contextfunction (Results 1 - 5 of 5) sorted by null

  /external/libmojo/third_party/jinja2/
__init__.py 56 environmentfunction, evalcontextfunction, contextfunction, \
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
utils.py 40 def contextfunction(f): function
48 @contextfunction
52 f.contextfunction = True
58 context callable. This is similar to the :func:`contextfunction`
71 callable. This decorator works exactly like the :func:`contextfunction`
ext.py 22 from jinja2.utils import contextfunction, import_string, Markup
130 @contextfunction
136 @contextfunction
146 @contextfunction
runtime.py 100 :func:`contextfunction`\s get the active context passed as first argument
170 argument if the callable is a :func:`contextfunction` or
178 for fn_type in ('contextfunction',
186 if getattr(__obj, 'contextfunction', 0):
nodes.py 609 if getattr(obj, 'contextfunction', False):

Completed in 210 milliseconds