⚝
One Hat Cyber Team
⚝
Your IP:
160.79.108.157
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.6
/
site-packages
/
chardet
/
__pycache__
/
View File Name :
__init__.cpython-36.pyc
3 �t�X � @ s8 d dl mZmZ d dlmZ d dlmZmZ dd� ZdS )� )�PY2�PY3)�UniversalDetector)�__version__�VERSIONc C sH t | t�s0t | t�s(tdjt| ����nt| �} 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 Zfeed�close)Zbyte_strZdetector� r �/usr/lib/python3.6/__init__.py�detect s r N) �compatr r Zuniversaldetectorr �versionr r r r r r r �<module> s