| Server IP : 217.160.0.135 / Your IP : 216.73.217.37 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/template/loaders/__pycache__/ |
Upload File : |
�
�|�eG � �R � d Z ddlZddlmZ ddlmZ ddlmZ G d� de� � ZdS ) z�
Wrapper class that takes a list of template loaders as an argument and attempts
to load templates from them in order, caching the result.
� N)�TemplateDoesNotExist)�copy_exception� )�Loaderc �P � � e Zd Z� fd�Zd� Zd� Zd
� fd� Zd� Zd
d�Zd� Z d � Z
� xZS )r c � �� i | _ |� |� � | _ t � � � |� � d S �N)�get_template_cache�get_template_loaders�loaders�super�__init__)�self�enginer � __class__s ��@/usr/lib/python3/dist-packages/django/template/loaders/cached.pyr zLoader.__init__ s>