Server IP : 162.213.251.212 / Your IP : 3.145.11.15 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /lib/python2.7/site-packages/pip/_vendor/chardet/ |
Upload File : |
� ��abc @ 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( ( ( s= /usr/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( ( ( s= /usr/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( ( ( s= /usr/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( ( ( s= /usr/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( ( s= /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt get_num_categories; s ( R R R t NEGATIVEt UNLIKELYt LIKELYt POSITIVEt classmethodR ( ( ( s= /usr/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( ( ( s= /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyR A s N( R t objectR R R R R R ( ( ( s= /usr/lib/python2.7/site-packages/pip/_vendor/chardet/enums.pyt <module> s