AlkantarClanX12
Current Path : /opt/cloudlinux/venv/lib64/python3.11/site-packages/chardet/__pycache__/ |
Current File : //opt/cloudlinux/venv/lib64/python3.11/site-packages/chardet/__pycache__/enums.cpython-311.pyc |
� �܋f� � � � 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� � �D/opt/cloudlinux/venv/lib64/python3.11/site-packages/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 �>