Server IP : 15.235.198.142 / Your IP : 216.73.216.14 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3.12/curses/__pycache__/ |
Upload File : |
� �(�g) � �b � d Z ddl� ddlZddlZd� Zd� Z e d� Z y# e $ r ddlmZ Y d� Z yw xY w) 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 �< � dd l } dd l}t t j j dd� t j j � �� | j � }| j j � D ] \ }}|dd dk( s|dv s�t |||� �! |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�values �&/usr/lib/python3.12/curses/__init__.pyr r s� � �� �3�;�;�?�?�6�9�5����'�'�)�+� �_�_� �F��&�&�,�,�.� (� ��U��q��8�v���(9�!9��F�C��'�(� �M� c � � dd l } dd l}| j � }t | d� r| j |_ t | d� r| j |_ |S )Nr �COLORS�COLOR_PAIRS)r r �start_color�hasattrr r! )r r �retvals r r"