%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj <
| Server IP : 212.252.79.165 / Your IP : 216.73.217.172 [ Web Server : Apache System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 User : cehaburo ( 1001) PHP Version : 8.1.33 Disable Function : exec,passthru,shell_exec,system Domains : 48 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3.10/lib2to3/__pycache__/ |
Upload File : |
o
��bc � @ s� d Z ddlZddlmZ ddlmZ ddlmZ ej�ej� e
�d�Zej�ej� e
�d�ZG d d
� d
e
�Ze�de�Zee�Ze�� Zejd= e�� Zejd
= e�de�Zee�ZdS )z&Export the Python grammar and symbols.� N� )�token)�driver)�pytreezGrammar.txtzPatternGrammar.txtc @ s e Zd Zdd� ZdS )�Symbolsc C s$ |j �� D ]
\}}t| ||� qdS )z�Initializer.
Creates an attribute for each grammar symbol (nonterminal),
whose value is the symbol's type (an int >= 256).
N)�
symbol2number�items�setattr)�self�grammar�name�symbol� r �%/usr/lib/python3.10/lib2to3/pygram.py�__init__ s �zSymbols.__init__N)�__name__�
__module__�__qualname__r r r r r r s r �lib2to3�print�exec)�__doc__�os�pgen2r r � r �path�join�dirname�__file__�
_GRAMMAR_FILE�_PATTERN_GRAMMAR_FILE�objectr �load_packaged_grammar�python_grammar�python_symbols�copy�!python_grammar_no_print_statement�keywords�*python_grammar_no_print_and_exec_statement�pattern_grammar�pattern_symbolsr r r r �<module> s$ �