massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Jinja2 / jinja2 / __init__.pyi
1 from jinja2.bccache import (
2     BytecodeCache as BytecodeCache,
3     FileSystemBytecodeCache as FileSystemBytecodeCache,
4     MemcachedBytecodeCache as MemcachedBytecodeCache,
5 )
6 from jinja2.environment import Environment as Environment, Template as Template
7 from jinja2.exceptions import (
8     TemplateAssertionError as TemplateAssertionError,
9     TemplateError as TemplateError,
10     TemplateNotFound as TemplateNotFound,
11     TemplatesNotFound as TemplatesNotFound,
12     TemplateSyntaxError as TemplateSyntaxError,
13     UndefinedError as UndefinedError,
14 )
15 from jinja2.filters import (
16     contextfilter as contextfilter,
17     environmentfilter as environmentfilter,
18     evalcontextfilter as evalcontextfilter,
19 )
20 from jinja2.loaders import (
21     BaseLoader as BaseLoader,
22     ChoiceLoader as ChoiceLoader,
23     DictLoader as DictLoader,
24     FileSystemLoader as FileSystemLoader,
25     FunctionLoader as FunctionLoader,
26     ModuleLoader as ModuleLoader,
27     PackageLoader as PackageLoader,
28     PrefixLoader as PrefixLoader,
29 )
30 from jinja2.runtime import (
31     DebugUndefined as DebugUndefined,
32     StrictUndefined as StrictUndefined,
33     Undefined as Undefined,
34     make_logging_undefined as make_logging_undefined,
35 )
36 from jinja2.utils import (
37     Markup as Markup,
38     clear_caches as clear_caches,
39     contextfunction as contextfunction,
40     environmentfunction as environmentfunction,
41     escape as escape,
42     evalcontextfunction as evalcontextfunction,
43     is_undefined as is_undefined,
44     select_autoescape as select_autoescape,
45 )