⚠️ 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
/
hc_python
/
lib
/
python3.12
/
site-packages
/
charset_normalizer
/
cli
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-312.pyc
(318 bytes)
318 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
__main__.cpython-312.pyc
(10,933 bytes)
10.68 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: __main__.cpython-312.pyc
File: /opt/hc_python/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc
Size: 10.68 KB | Last Modified: 2025-04-04 15:08:35
💾 Backup File
🔢 Toggle Line Numbers
� ���g�( � � � d dl mZ d dlZd dlZd dlmZ d dlmZmZm Z m Z mZ d dlm Z d dlmZ d dlmZ d dlmZ d dlmZ d d lmZ d dd �Zddd�Zedk( r e� yy)� )�annotationsN)�dumps)�abspath�basename�dirname�join�realpath)�python_version)�unidata_version)�from_fp)�CliDetectionResult)�__version__c �8 � dddddd�}|�d}n|dk( rd}n|dk( rd}nt d |z � � t j j | |z � t � j � }|� |d k( r|| S ||v r|| S t j j d� �o)a� Ask a yes/no question via input() and return their answer. "question" is a string that is presented to the user. "default" is the presumed answer if the user just hits <Enter>. It must be "yes" (the default), "no" or None (meaning an answer is required of the user). The "answer" return value is True for "yes" or False for "no". Credit goes to (c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input TF)�yes�y�ye�no�nz [y/n] r z [Y/n] r z [y/N] zinvalid default answer: '%s'� z3Please respond with 'yes' or 'no' (or 'y' or 'n'). )� ValueError�sys�stdout�write�input�lower)�question�default�valid�prompt�choices �P/opt/hc_python/lib64/python3.12/site-packages/charset_normalizer/cli/__main__.py�query_yes_nor"