<!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>
B
    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                   sL   e Zd Z fddZdd Zedd Zedd Zd	d
 Zdd Z	  Z
S )Latin1Proberc                s&   t t|   d | _d | _|   d S )N)superr   __init___last_char_class_freq_counterreset)self)	__class__ /builddir/build/BUILDROOT/alt-python37-pip-20.2.4-6.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/pip/_vendor/chardet/latin1prober.pyr   a   s    zLatin1Prober.__init__c             C   s    t | _dgt | _t|  d S )Nr   )OTHr   FREQ_CAT_NUMr   r   r   )r   r   r   r   r   g   s    zLatin1Prober.resetc             C   s   dS )Nz
ISO-8859-1r   )r   r   r   r   charset_namel   s    zLatin1Prober.charset_namec             C   s   dS )N r   )r   r   r   r   languagep   s    zLatin1Prober.languagec             C   sb   |  |}xP|D ]H}t| }t| jt |  }|dkr@tj| _P | j|  d7  < || _qW | j	S )Nr   r   )
filter_with_english_lettersLatin1_CharToClassLatin1ClassModelr   	CLASS_NUMr   NOT_ME_stater   state)r   byte_strc
char_classfreqr   r   r   feedt   s    



zLatin1Prober.feedc             C   s\   | j tjkrdS t| j}|dk r(d}n| jd | jd d  | }|dk rPd}|d }|S )Ng{Gz?g        r   r   g      4@g\(\?)r!   r   r   sumr   )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   `   s   r   N)charsetproberr   enumsr   r   UDFr   ASCASSACVACOASVASOr   r   r   r   r   r   r   r   <module>   sZ   	