Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
3
\&
@ sb d Z ddlT ddlZddlZdd Zdd Zye W n e k
rT dd lmZ Y nX d
d Z
dS )zcurses
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 st dd l } dd l}ttjjddtjj d | j }x:| j
j D ],\}}|dd dks`|d kr@t||| q@W |S )
Nr ZTERMunknown)Ztermfd ZACS_LINESCOLS)r r )
_cursescursesZ setupterm_osenvironget_sys
__stdout__filenoinitscr__dict__itemssetattr)r r stdscrkeyvalue r '/usr/lib64/python3.6/curses/__init__.pyr s r c C s@ dd l } dd l}| j }t| dr*| j|_t| dr<| j|_|S )Nr COLORSCOLOR_PAIRS)r r start_colorhasattrr r )r r Zretvalr r r r * s
r )has_keyc O sr zDt }t t |jd y
t W n Y nX | |f||S dt krl|jd t t t X dS )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 Nr r ) r ZnoechoZcbreakZkeypadr localsZechoZnocbreakZendwin)funcargskwdsr r r r wrapper? s
r# )__doc__r osr
sysr
r r r NameErrorr# r r r r s