__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
�
�֦i� � �@ � d Z ddlmZ G d� de� Z G d� de� Zy)z�Parser engine for the grammar tables generated by pgen.
The grammar table must be loaded first.
See Parser/parser.c in the Python distribution for additional info on
how this parsing engine works.
� )�tokenc � � e Zd ZdZd� Zd� Zy)�
ParseErrorz(Exception to signal the parser is stuck.c
�~ � t j | |�d|�d|�d|��� || _ || _ || _ || _ y )Nz: type=z, value=z
, context=)� Exception�__init__�msg�type�value�context)�selfr r
r r s �,/usr/lib64/python3.12/lib2to3/pgen2/parse.pyr zParseError.__init__ s<