| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/pip/_vendor/chardet/__pycache__/ |
Upload File : |
�
�/�c� � � � d Z ddlmZmZ G d� d� � Z G d� de� � Z G d� de� � Z G d � d
� � Z G d� d� � Z G 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 � � e Zd ZdZdZdZdZdS )�
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� � �;/usr/lib/python3/dist-packages/pip/_vendor/chardet/enums.pyr r
s) � � � � � �� � �J��I��I�I�Ir r c �H � e Zd ZdZdZdZdZdZdZdZ dZ
eez Zeez ez Zd S )
�LanguageFilterzj
This enum represents the different language filters we can apply to a
``UniversalDetector``.
r r r � � � � N)
r r
r r �NONE�CHINESE_SIMPLIFIED�CHINESE_TRADITIONAL�JAPANESE�KOREAN�NON_CJK�ALL�CHINESE�CJKr r r r r sY � � � � � �� �
�D������H�
�F��G�
�C� �#6�6�G�
�H�
�v�
%�C�C�Cr r c � � e Zd ZdZdZdZdZdS )�ProbingStatezG
This enum represents the different states a prober can be in.
r r r N)r r
r r � DETECTING�FOUND_IT�NOT_MEr r r r# r# % s) � � � � � �� � �I��H�
�F�F�Fr r# c � � e Zd ZdZdZdZdZdS )�MachineStatezN
This enum represents the different states a state machine can be in.
r r r N)r r
r r �START�ERROR�ITS_MEr r r r( r( / s) � � � � � �� �
�E�
�E�
�F�F�Fr r( c �>