Graybyt3 Was Here
Linux host1.absolutelystunningcenterpieces.com 3.10.0-957.21.3.el7.x86_64 #1 SMP Tue Jun 18 16:35:19 UTC 2019 x86_64
Apache
69.167.136.200
/
lib
/
python2.7
/
site-packages
/
pip
/
_vendor
/
html5lib
/
treewalkers
[ HOME ]
Exec
Submit
base.pyc
� }�\]c @` 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 ( ( sD /tmp/pip-install-ewDPok/pip/pip/_vendor/html5lib/treewalkers/base.pyt __init__ s c C` s t � d S( N( t NotImplementedError( R ( ( sD /tmp/pip-install-ewDPok/pip/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( ( sD /tmp/pip-install-ewDPok/pip/pip/_vendor/html5lib/treewalkers/base.pyt error&