← Back
Editing: cached.cpython-311.pyc
� �|�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>