Current Path: > > opt > alt > python312 > lib64 > python3.12 > lib2to3 > pgen2 > __pycache__
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__init__.cpython-312.opt-1.pyc | File | 193 bytes | June 23 2025 14:00:19. | |
__init__.cpython-312.opt-2.pyc | File | 163 bytes | June 23 2025 14:00:28. | |
__init__.cpython-312.pyc | File | 193 bytes | June 23 2025 14:00:19. | |
conv.cpython-312.opt-1.pyc | File | 9919 bytes | June 23 2025 14:00:24. | |
conv.cpython-312.opt-2.pyc | File | 7469 bytes | June 23 2025 14:00:28. | |
conv.cpython-312.pyc | File | 11773 bytes | June 23 2025 14:00:19. | |
driver.cpython-312.opt-1.pyc | File | 8042 bytes | June 23 2025 14:00:24. | |
driver.cpython-312.opt-2.pyc | File | 7095 bytes | June 23 2025 14:00:28. | |
driver.cpython-312.pyc | File | 8112 bytes | June 23 2025 14:00:19. | |
grammar.cpython-312.opt-1.pyc | File | 7018 bytes | June 23 2025 14:00:19. | |
grammar.cpython-312.opt-2.pyc | File | 3902 bytes | June 23 2025 14:00:28. | |
grammar.cpython-312.pyc | File | 7018 bytes | June 23 2025 14:00:19. | |
literals.cpython-312.opt-1.pyc | File | 2146 bytes | June 23 2025 14:00:24. | |
literals.cpython-312.opt-2.pyc | File | 2073 bytes | June 23 2025 14:00:28. | |
literals.cpython-312.pyc | File | 2607 bytes | June 23 2025 14:00:19. | |
parse.cpython-312.opt-1.pyc | File | 8715 bytes | June 23 2025 14:00:24. | |
parse.cpython-312.opt-2.pyc | File | 5542 bytes | June 23 2025 14:00:28. | |
parse.cpython-312.pyc | File | 8738 bytes | June 23 2025 14:00:19. | |
pgen.cpython-312.opt-1.pyc | File | 17731 bytes | June 23 2025 14:00:24. | |
pgen.cpython-312.opt-2.pyc | File | 17731 bytes | June 23 2025 14:00:24. | |
pgen.cpython-312.pyc | File | 18718 bytes | June 23 2025 14:00:19. | |
token.cpython-312.opt-1.pyc | File | 2258 bytes | June 23 2025 14:00:19. | |
token.cpython-312.opt-2.pyc | File | 2212 bytes | June 23 2025 14:00:28. | |
token.cpython-312.pyc | File | 2258 bytes | June 23 2025 14:00:19. | |
tokenize.cpython-312.opt-1.pyc | File | 20824 bytes | June 23 2025 14:00:24. | |
tokenize.cpython-312.opt-2.pyc | File | 16965 bytes | June 23 2025 14:00:28. | |
tokenize.cpython-312.pyc | File | 20951 bytes | June 23 2025 14:00:19. |
� B[Yh� � �@ � 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 �:/opt/alt/python312/lib64/python3.12/lib2to3/pgen2/parse.pyr zParseError.__init__ s<