Uname : Linux premium36.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
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
lxml
/
html
/
__pycache__
[ HOME ]
Exec
Submit
_html5builder.cpython-311.pyc
� ��gh� � � � d Z ddlmZmZ ddlmZmZ G d� de� � Z G d� de� � Z G d� d ej � � Z d S )z� Legacy module - don't use in new code! html5lib now has its own proper implementation. This module implements a tree builder for html5lib that generates lxml html element trees. This module uses camelCase as it follows the html5lib style guide. � )�_base�etree)�htmlr c � � e Zd Zd� ZdS )�DocumentTypec �0 � || _ || _ || _ d S �N)�name�publicId�systemId)�selfr r r s �y/builddir/build/BUILD/imunify360-venv-2.6.0/opt/imunify360/venv/lib64/python3.11/site-packages/lxml/html/_html5builder.py�__init__zDocumentType.__init__ s � ��� � �� � �� � � � N)�__name__� __module__�__qualname__r � r r r r s# � � � � � �!� !� !� !� !r r c � � e Zd Zd� Zd� ZdS )�Documentc �"