<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
U
    ʗRe                     @   s^  d dl mZ d dlmZ dZdZd ZdZdZdZ	dZ
dZd	Zd
Zeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
ee
ee
eeeeeeeeeeeeeeeee
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee	e	e	e	e	e	e
e
e	e	e	e	e	e	e	e	e
e
e	e	e	e	e	ee	e	e	e	e	e
e
e
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeef ZdZG dd deZdS )   )CharSetProber)ProbingState                         )@r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   c                       sP   e Zd Z fddZ fddZedd Zedd Zd	d
 Zdd Z	  Z
S )Latin1Proberc                    s"   t    d | _d | _|   d S )N)super__init___last_char_class_freq_counterresetself	__class__ /builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/chardet/latin1prober.pyr   c   s    
zLatin1Prober.__init__c                    s    t | _dgt | _t   d S )Nr   )OTHr   FREQ_CAT_NUMr   r   r   r   r   r   r   r   i   s    zLatin1Prober.resetc                 C   s   dS )Nz
ISO-8859-1r   r   r   r   r   charset_namen   s    zLatin1Prober.charset_namec                 C   s   dS )N r   r   r   r   r   languager   s    zLatin1Prober.languagec                 C   s`   |  |}|D ]J}t| }t| jt |  }|dkr@tj| _ qZ| j|  d7  < || _q| j	S )Nr   r   )
remove_xml_tagsLatin1_CharToClassLatin1ClassModelr   	CLASS_NUMr   NOT_ME_stater   state)r   byte_strc
char_classfreqr   r   r   feedv   s    
zLatin1Prober.feedc                 C   sX   | j tjkrdS t| j}|dk r&dn| jd | jd d  | }t|d}|d9 }|S )Ng{Gz?g        r   r   g      4@g\(\?)r#   r   r!   sumr   max)r   total
confidencer   r   r   get_confidence   s    

zLatin1Prober.get_confidence)__name__
__module____qualname__r   r   propertyr   r   r(   r-   __classcell__r   r   r   r   r   b   s   

r   N)charsetproberr   enumsr   r   UDFr   ASCASSACVACOASVASOr    r   r   r   r   r   r   r   <module>   s                                                                                                                                                                                                                                  '