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.7/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-37.pyc
B

L��g��@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-hv55ucu3/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