File: //usr/lib/python3/dist-packages/django/template/__pycache__/engine.cpython-310.pyc
o
3�a� � @ sr d dl Z d dlmZ d dlmZ d dlmZ ddlmZ ddl m
Z
mZ ddlm
Z
dd lmZ G d
d� d�ZdS )� N)�ImproperlyConfigured)�cached_property��
import_string� ��Template)�Context�_builtin_context_processors)�TemplateDoesNotExist��import_libraryc @ s� e Zd Zg d�Z d!dd�Zee�� d d
� ��Ze dd� �Z
d
d� Zdd� Ze dd� �Z
dd� Zdd� Zd"dd�Zdd� Zdd� Zd#dd�Zdd � ZdS )$�Engine)zdjango.template.defaulttagszdjango.template.defaultfilterszdjango.template.loader_tagsNF� �utf-8Tc C s� |d u rg }|d u rg }|d u r"dg}|r|dg7 }|s!d|fg}n|r(t d��|d u r.i }| d u r4g } || _|| _|
| _|| _|| _|| _|| _|| _|| _ | �
|�| _| j| | _
| �| j
�| _d S )Nz)django.template.loaders.filesystem.Loaderz.django.template.loaders.app_directories.Loaderz%django.template.loaders.cached.Loaderz1app_dirs must not be set when loaders is defined.)r �dirs�app_dirs�
autoescape�context_processors�debug�loaders�string_if_invalid�file_charset� libraries�get_template_libraries�template_libraries�default_builtins�builtins�get_template_builtins�template_builtins)�selfr r r r r r r r r r � r! �8/usr/lib/python3/dist-packages/django/template/engine.py�__init__ s>