MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/mako/ext/__pycache__/autohandler.cpython-37.pyc
B

�C]]�@s2dZddlZddlZddlZddd�Zdd�ZdS)a�adds autohandler functionality to Mako templates.

requires that the TemplateLookup class is used with templates.

usage::

    <%!
        from mako.ext.autohandler import autohandler
    %>
    <%inherit file="${autohandler(template, context)}"/>


or with custom autohandler filename::

    <%!
        from mako.ext.autohandler import autohandler
    %>
    <%inherit file="${autohandler(template, context, name='somefilename')}"/>

�N�autohandlercCs�|j}|jj}|js:y|jt||fStk
r8YnXt�dt	�
|��|g}xft|�r�dd�|�}||kr�t
||�r�|js�|j�t||f|�S|St|�dkr�P|g|dd�<qTW|js�|j�t||fd�SdSdS)Nz([^/]+)�/����)�lookup�module�
_template_uriZfilesystem_checksZ
_uri_cacher�KeyError�re�findall�	posixpath�dirname�len�join�_file_exists�
setdefault)�template�context�namerr�tokens�path�r�E/opt/alt/python37/lib/python3.7/site-packages/mako/ext/autohandler.pyr!s,
cCs>t�dd|�}x*|jD]}tj�|d|�rdSqWdSdS)Nz^/�rTF)r
�subZdirectories�osr�exists)rrZpsub�drrrr@s
r)r)�__doc__rrr
rrrrrr�<module>s