⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
__pycache__
/
View File Name :
debconf.cpython-310.pyc
o iSbq @ s d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZG dd deZ d\Z ZZZ G dd dZG dd d eeZd ejv rKejd dkrKdZnd Zdd Zedkre e Zee d e edZedZe eej eej ee ee dS dS ) )print_functionNc @ s e Zd ZdS )DebconfErrorN)__name__ __module____qualname__ r r )/usr/lib/python3/dist-packages/debconf.pyr " s r )ZlowZmediumZhighZcriticalc @ sb e Zd ZdZdddZdd Zdd Zd d Zdd Zdd Z dd Z dd Zdd Zdd Z dS )DebconfaT A class that speaks the debconf protocol. The simplest way to use this is as a context manager: import debconf with debconf.Debconf(run_frontend=True) as db: print(db.get('debconf/frontend')) Note that this will send the STOP command on exiting the context manager, so you shouldn't expect to be able to use the same frontend again after this. If you need to do that, then you should instantiate the class directly instead: import debconf db = debconf.Debconf(run_frontend=True) print(db.get('debconf/frontend')) NFc C sP d D ]}| | q|ptj| _|ptj| _tjt_|r!t | | d S )Nzcapb set reset title input beginblock endblock go get register unregister subst fset fget previous_module visible purge metaget exist version settitle info progress data) split setCommandsysstdinreadstdoutwritestderrrunFrontEndsetUp)selftitler r Zrun_frontendcommandr r r __init__<