Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.11/site-packages/pycparser/__pycache__/ |
Upload File : |
� ��_^ � �t � d dl Z G d� de� � Z G d� de� � Z G d� de� � Zd� Zd � Zd � ZdS )� Nc �$ � e Zd ZdZdZdd�Zd� ZdS )�Coordz� Coordinates of a syntactic element. Consists of: - File name - Line number - (optional) column number, for the Lexer )�file�line�column�__weakref__Nc �0 � || _ || _ || _ d S �N�r r r )�selfr r r s �8/usr/lib/python3.11/site-packages/pycparser/plyparser.py�__init__zCoord.__init__ s � ��� ��� ������ c �P � | j �d| j ��}| j r |d| j z z }|S )N�:z:%sr )r �strs r �__str__z Coord.__str__ s3 � �����D�I�I�.���;�2��u�t�{�2�2��� r r )�__name__� __module__�__qualname__�__doc__� __slots__r r � r r r r sH � � � � � �� � :�I�� � � � � � � � r r c � � e Zd ZdS )� ParseErrorN)r r r r r r r r s � � � � � � � r r c �( � e Zd Zd� Zdd�Zd� Zd� ZdS )� PLYParserc �x � |dz }d� }|�d|��|_ d|z |_ t | j |j |� � dS )z� Given a rule name, creates an optional ply.yacc rule for it. The name of the optional rule is <rulename>_opt �_optc � � |d |d<