⚠️ BACKUP DATA ANDA SECARA TERATUR! File manager ini untuk keperluan teknis.
Zy Filemanager
berang berang bawa gelek berangkat lek !!!
🌙 Dark Mode
🏠 Home Shell
🔄 Refresh
Current Path:
Home Shell
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
chardet
/
cli
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-311.pyc
(211 bytes)
211 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
chardetect.cpython-311.pyc
(4,350 bytes)
4.25 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: chardetect.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/chardet/cli/__pycache__/chardetect.cpython-311.pyc
Size: 4.25 KB | Last Modified: 2026-01-20 20:01:48
💾 Backup File
🔢 Toggle Line Numbers
� �|oi� � �� � d Z ddlZddlZddlmZmZmZ ddlmZ ddl m Z dd ee d ede de d ee f d�Zddeee d dfd�Zedk r e� � dS dS )a Script which takes one or more file paths and reports on their detected encodings Example:: % chardetect somefile someotherfile somefile: windows-1252 with confidence 0.5 someotherfile: ascii with confidence 1.0 If no paths are provided, it takes its input from stdin. � N)�Iterable�List�Optional� )�__version__)�UniversalDetector�stdinF�lines�name�minimal�should_rename_legacy�returnc � � t |�� � }| D ]/}t |� � }|� |� � |j r n�0|� � � |j }|r|d S |d r|� d|d � d|d � �S |� d�S )a� Return a string describing the probable encoding of a file or list of strings. :param lines: The lines to get the encoding of. :type lines: Iterable of bytes :param name: Name of file or collection of lines :type name: str :param should_rename_legacy: Should we rename legacy encodings to their more modern equivalents? :type should_rename_legacy: ``bool`` )r �encodingz: z with confidence � confidencez: no result)r � bytearray�feed�done�close�result)r r r r �u�liner s �h/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/chardet/cli/chardetect.py�description_ofr s� � �$ �/C�D�D�D�A�� � ������� ���t�����6� ��E� ��G�G�I�I�I� �X�F�� "��j�!�!� �j�� V��U�U�&��,�U�U�v�l�?S�U�U�U������ �argvc �D � t j d�� � }|� ddt j d� � dt j j g�� � |� dd d �� � |� dd dd �� � |� dddt � ��� � |� | � � }|j D ]`}|� � � rt dt j �� � t t ||j |j |j �� � � � �adS )z� Handles command line arguments and gets things started. :param argv: List of arguments, as if specified on the command-line. If None, ``sys.argv[1:]`` is used instead. :type argv: list of str zATakes one or more file paths and reports their detected encodings)�description�inputz@File whose encoding we would like to determine. (default: stdin)�rb�*)�help�type�nargs�defaultz --minimalz*Print only the encoding to standard output� store_true)r"