HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.10/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-310.pyc
o

��i��@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@�eZdZdZdZdZdZdS)�
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�D/usr/local/lib/python3.10/site-packages/pip/_vendor/chardet/enums.pyr
�
rc@s@eZdZdZdZdZdZdZdZdZ	dZ
eeBZeeBeBZd	S)
�LanguageFilterzj
    This enum represents the different language filters we can apply to a
    ``UniversalDetector``.
    rrr����N)
rr	r
r�NONE�CHINESE_SIMPLIFIED�CHINESE_TRADITIONAL�JAPANESE�KOREAN�NON_CJK�ALL�CHINESE�CJKrrrrrsrc@r)�ProbingStatezG
    This enum represents the different states a prober can be in.
    rrrN)rr	r
r�	DETECTING�FOUND_IT�NOT_MErrrrr %rr c@r)�MachineStatezN
    This enum represents the different states a state machine can be in.
    rrrN)rr	r
r�START�ERROR�ITS_MErrrrr$/rr$c@s2eZdZdZdZdZdZdZede	fdd��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)rr	r
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)	rr	r
r�	UNDEFINED�
LINE_BREAK�SYMBOL�DIGIT�CONTROLrrrrr3Isr3N)
r�enumrrrrr r$r(r3rrrr�<module>s