| Server IP : 35.80.110.71 / Your IP : 216.73.216.52 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/css/__pycache__/ |
Upload File : |
�
��3e~ � �t � d Z ddlmZmZmZmZ dgZdZdZddl m
Z
ddlZddlZ
G d � de
j � Zy)
z�CSSComment is not defined in DOM Level 2 at all but a css_parser defined
class only.
Implements CSSRule which is also extended for a CSSComment rule type.
� )�unicode_literals�division�absolute_import�print_function�
CSSComment�restructuredtextz$Id$� )�cssruleNc � � � e Zd ZdZ d� fd� Zd� Zd� Zd� Z� fd�Z e eed�� Z
e d � d
�� Z e d� � Z� xZ
S )
r zT
Represents a CSS comment (css_parser only).
Format::
/*...*/
c �r �� t t | � ||�� d | _ |r| j |� || _ y )N)�
parentRule�parentStyleSheet)�superr �__init__�_cssText�_setCssText� _readonly)�self�cssTextr
r �readonly� __class__s ��;/usr/lib/python3/dist-packages/css_parser/css/csscomment.pyr zCSSComment.__init__ s>