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�\� � @ sP d Z ddlmZ ddlmZ ddlmZmZ G dd� de�Zdd� Z d d � Z dS )a5 jinja2.meta ~~~~~~~~~~~ This module implements various functions that exposes information about templates that might be interesting for various kinds of applications. :copyright: (c) 2017 by the Jinja Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. � )�nodes)� CodeGenerator)�string_types� iteritemsc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �TrackingCodeGeneratorz.We abuse the code generator for introspection.c C s t �| |dd� t� | _d S )Nz<introspection>)r �__init__�set�undeclared_identifiers)�self�environment� r �-/usr/lib/python3/dist-packages/jinja2/meta.pyr s �zTrackingCodeGenerator.__init__c C s dS )zDon't write.Nr )r �xr r r �write s zTrackingCodeGenerator.writec C s>