| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/libexec/oracle-cloud-agent/plugins/osms/chardet/ |
Upload File : |
a
i��f� � @ sp d Z ddlmZmZ G dd� d�ZG dd� de�ZG dd� de�ZG d d
� d
�ZG dd� d�ZG d
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 @ s 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� r r �q/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/chardet/enums.pyr
s r c @ s@ e Zd ZdZdZdZdZdZdZdZ dZ
eeB ZeeB eB 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 s r c @ s 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 r c @ s 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"