| Server IP : 35.80.110.71 / Your IP : 216.73.216.170 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/css_parser/__pycache__/ |
Upload File : |
�
��3e�n � � � d Z ddlmZmZmZmZ g d�ZdZdZddl m
Z
ddlZddlZddl
Z
ddlZddlZej d d k\ reZeZneZeZ G d
� de� Z G d� d
e� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d� de� Zej@ jC � Z"g Z# G d� de� Z$ G d� de� Z%y)a� Productions parser used by css and stylesheets classes to parse
test into a css_parser.util.Seq and at the same time retrieving
additional specific css_parser.util.Item objects for later use.
TODO:
- ProdsParser
- handle EOF or STOP?
- handle unknown @rules
- handle S: maybe save to Seq? parameterized?
- store['_raw']: always?
- Sequence:
- opt first(), naive impl for now
� )�unicode_literals�division�absolute_import�print_function)�
ProdParser�Sequence�Choice�Prod�PreDef�restructuredtextz1$Id: parse.py 1418 2008-08-09 19:27:50Z cthedot $� �� pushtokenN� c � � e Zd ZdZy)�
ParseErrorz6Base Exception class for ProdParser (used internally).N��__name__�
__module__�__qualname__�__doc__� � �7/usr/lib/python3/dist-packages/css_parser/prodparser.pyr r &