Server IP : 111.118.215.189 / Your IP : 18.216.95.250 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /lib/python2.7/site-packages/pip/_vendor/html5lib/treebuilders/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
� r2Wc @` 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__"