Server IP : 162.213.251.212 / Your IP : 3.145.48.89 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/ |
Upload File : |
� ��abc @` 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 e Z e j d � Z e j d � j Z d e f d � � YZ d e f d � � YZ d � Z d � Z d e j f d � � YZ 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 ( t absolute_importt divisiont unicode_literalsNi ( t basei ( t DataLossWarning( t constants( t etree( t _ihatexmlu {([^}]*)}(.*)u asdt DocumentTypec B` s e Z d � Z RS( c C` s | | _ | | _ | | _ d S( N( t namet publicIdt systemId( t selfR R R ( ( sP /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyt __init__# s ( t __name__t __module__R ( ( ( sP /usr/lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.pyR "