£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

Rec           @` sn   d  d l  m Z m Z m Z y d  d l m Z Wn! e k
 rS d  d l m Z n Xd e f d     YZ d S(   i    (   t   absolute_importt   divisiont   unicode_literals(   t   Mappingt   Triec           B` s5   e  Z d  Z d d  Z d   Z d   Z d   Z RS(   u   Abstract base class for triesc         ` s?   t  t |   j   }   d  k r+ t |  S  f d   | D S(   Nc         ` s%   h  |  ] } | j     r |  q S(    (   t
   startswith(   t   .0t   x(   t   prefix(    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/_trie/_base.pys	   <setcomp>   s   	 (   t   superR   t   keyst   Nonet   set(   t   selfR   R
   (    (   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/_trie/_base.pyR
      s    
c         C` s.   x' |  j    D] } | j |  r t Sq Wt S(   N(   R
   R   t   Truet   False(   R   R   t   key(    (    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/_trie/_base.pyt   has_keys_with_prefix   s    c         C` s^   | |  k r | Sx; t  d t |  d  D]  } | |  |  k r* | |  Sq* Wt |   d  S(   Ni   (   t   ranget   lent   KeyError(   R   R   t   i(    (    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/_trie/_base.pyt   longest_prefix   s     c         C` s   |  j  |  } | |  | f S(   N(   R   (   R   R   t   lprefix(    (    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/_trie/_base.pyt   longest_prefix_item&   s    N(   t   __name__t
   __module__t   __doc__R   R
   R   R   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/_trie/_base.pyR   	   s
   			
N(	   t
   __future__R    R   R   t   collections.abcR   t   ImportErrort   collectionsR   (    (    (    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/_trie/_base.pyt   <module>   s
   