Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib/python3.5/site-packages/chardet/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib/python3.5/site-packages/chardet/__pycache__/__init__.cpython-35.pyc



<_9Y�@sLddlmZmZddlmZddlmZmZdd�ZdS)�)�PY2�PY3)�UniversalDetector)�__version__�VERSIONcCsht|t�sHt|t�s<tdjt|����nt|�}t�}|j|�|j�S)z�
    Detect the encoding of the given byte string.

    :param byte_str:     The byte sequence to examine.
    :type byte_str:      ``bytes`` or ``bytearray``
    z4Expected object of type bytes or bytearray, got: {0})	�
isinstance�	bytearray�bytes�	TypeError�format�typer�feed�close)Zbyte_strZdetector�r�A/opt/alt/python35/lib/python3.5/site-packages/chardet/__init__.py�detects		
rN)	�compatrrZuniversaldetectorr�versionrrrrrrr�<module>s