HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //opt/python38/lib/python3.8/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-38.pyc
U

��e��@spdZddlmZmZGdd�d�ZGdd�de�ZGdd�de�ZGd	d
�d
�ZGdd�d�ZGd
d�d�Z	dS)zr
All of the Enums that are used throughout the chardet package.

:author: Dan Blanchard (dan.blanchard@gmail.com)
�)�Enum�Flagc@seZdZdZdZdZdZdS)�
InputStatezS
    This enum represents the different states a universal detector can be in.
    r��N)�__name__�
__module__�__qualname__�__doc__�
PURE_ASCII�	ESC_ASCII�	HIGH_BYTE�rr�=/tmp/pip-unpacked-wheel-uzdrexel/pip/_vendor/chardet/enums.pyr
src@s@eZdZdZdZdZdZdZdZdZ	dZ
eeBZeeBeBZd	S)
�LanguageFilterzj
    This enum represents the different language filters we can apply to a
    ``UniversalDetector``.
    rrr����N)
rrr	r
�NONE�CHINESE_SIMPLIFIED�CHINESE_TRADITIONAL�JAPANESE�KOREAN�NON_CJK�ALL�CHINESE�CJKrrrrrsrc@seZdZdZdZdZdZdS)�ProbingStatezG
    This enum represents the different states a prober can be in.
    rrrN)rrr	r
�	DETECTING�FOUND_IT�NOT_MErrrrr%src@seZdZdZdZdZdZdS)�MachineStatezN
    This enum represents the different states a state machine can be in.
    rrrN)rrr	r
�START�ERROR�ITS_MErrrrr"/sr"c@s2eZdZdZdZdZdZdZee	d�dd��Z
d	S)
�SequenceLikelihoodzX
    This enum represents the likelihood of a character following the previous one.
    rrr�)�returncCsdS)z::returns: The number of likelihood categories in the enum.rr)�clsrrr�get_num_categoriesCsz%SequenceLikelihood.get_num_categoriesN)rrr	r
�NEGATIVE�UNLIKELY�LIKELY�POSITIVE�classmethod�intr*rrrrr&9sr&c@s$eZdZdZdZdZdZdZdZdS)�CharacterCategoryz�
    This enum represents the different categories language models for
    ``SingleByteCharsetProber`` put characters into.

    Anything less than CONTROL is considered a letter.
    �����N)	rrr	r
�	UNDEFINED�
LINE_BREAK�SYMBOL�DIGIT�CONTROLrrrrr1Isr1N)
r
�enumrrrrrr"r&r1rrrr�<module>s