Server IP : 192.158.238.246 / Your IP : 3.140.186.66 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/ |
Upload File : |
� �Rec @` s� d d l m Z m Z m Z d d l m Z d d l m Z m Z m Z d d d d d d d d d g Z e j Z e j Z e j Z e j Z e j Z e j Z d Z d j e � Z d e f d � � YZ d e f d � � YZ d S( i ( t absolute_importt divisiont unicode_literals( t Nodei ( t namespacest voidElementst spaceCharactersu DOCUMENTu DOCTYPEu TEXTu ELEMENTu COMMENTu ENTITYu UNKNOWNu TreeWalkeru NonRecursiveTreeWalkeru <#UNKNOWN#>u t TreeWalkerc B` sz e Z d Z d � Z d � Z d � Z e d � Z d � Z d � Z d � Z d � Z d d d � Z d � Z d � Z RS( u} Walks a tree yielding tokens Tokens are dicts that all have a ``type`` field specifying the type of the token. c C` s | | _ d S( uC Creates a TreeWalker :arg tree: the tree to walk N( t tree( t selfR ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyt __init__ s c C` s t � d S( N( t NotImplementedError( R ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyt __iter__# s c C` s i d d 6| d 6S( u� Generates an error token with the given message :arg msg: the error message :returns: SerializeError token u SerializeErroru typeu data( ( R t msg( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/html5lib/treewalkers/base.pyt error&