Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Side by Side Diff: mojo/public/third_party/jinja2/__init__.py

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 """ 2 """
3 jinja2 3 jinja2
4 ~~~~~~ 4 ~~~~~~
5 5
6 Jinja2 is a template engine written in pure Python. It provides a 6 Jinja2 is a template engine written in pure Python. It provides a
7 Django inspired non-XML syntax but supports inline expressions and 7 Django inspired non-XML syntax but supports inline expressions and
8 an optional sandboxed environment. 8 an optional sandboxed environment.
9 9
10 Nutshell 10 Nutshell
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'Environment', 'Template', 'BaseLoader', 'FileSystemLoader', 60 'Environment', 'Template', 'BaseLoader', 'FileSystemLoader',
61 'PackageLoader', 'DictLoader', 'FunctionLoader', 'PrefixLoader', 61 'PackageLoader', 'DictLoader', 'FunctionLoader', 'PrefixLoader',
62 'ChoiceLoader', 'BytecodeCache', 'FileSystemBytecodeCache', 62 'ChoiceLoader', 'BytecodeCache', 'FileSystemBytecodeCache',
63 'MemcachedBytecodeCache', 'Undefined', 'DebugUndefined', 63 'MemcachedBytecodeCache', 'Undefined', 'DebugUndefined',
64 'StrictUndefined', 'TemplateError', 'UndefinedError', 'TemplateNotFound', 64 'StrictUndefined', 'TemplateError', 'UndefinedError', 'TemplateNotFound',
65 'TemplatesNotFound', 'TemplateSyntaxError', 'TemplateAssertionError', 65 'TemplatesNotFound', 'TemplateSyntaxError', 'TemplateAssertionError',
66 'ModuleLoader', 'environmentfilter', 'contextfilter', 'Markup', 'escape', 66 'ModuleLoader', 'environmentfilter', 'contextfilter', 'Markup', 'escape',
67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined', 67 'environmentfunction', 'contextfunction', 'clear_caches', 'is_undefined',
68 'evalcontextfilter', 'evalcontextfunction' 68 'evalcontextfilter', 'evalcontextfunction'
69 ] 69 ]
OLDNEW
« no previous file with comments | « mojo/public/third_party/jinja2/README.chromium ('k') | mojo/public/third_party/jinja2/_compat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698