Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /snap/core20/2582/usr/lib/python3/dist-packages/jinja2/__pycache__/ |
Upload File : |
U aG�\ / � @ sD d Z ddlZddlZddlmZmZ ddlmZmZ ddl m Z ddlmZm Z mZ zddlmZ W n ek r| dZY nX zed� W n. ek r� d ZY n ek r� d ZY nX G dd� de�Zd d� ZG dd� de�Zddd�Zddd�Zddd�Zdd� Zdd� Zdd� ZdZ edk�r@z e� Z W n Y nX [dS ) aQ jinja2.debug ~~~~~~~~~~~~ Implements the debug interface for Jinja. This module does some pretty ugly stuff with the Python traceback system in order to achieve tracebacks with correct line numbers, locals and contents. :copyright: (c) 2017 by the Jinja Team. :license: BSD, see LICENSE for more details. � N)� TracebackType�CodeType)�missing� internal_code)�TemplateSyntaxError)� iteritems�reraise�PY2)�tproxyzraise TypeError, 'foo'zraise __jinja_exception__[1]z4raise __jinja_exception__[0], __jinja_exception__[1]c @ s@ e Zd ZdZdd� Zedd� �Zdd� Zedd � �Zd d� Z dS ) �TracebackFrameProxyzProxies a traceback frame.c C s || _ d | _d S �N)�tb�_tb_next��selfr � r �./usr/lib/python3/dist-packages/jinja2/debug.py�__init__'