| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/curses/ |
Upload File : |
Ńň
ÉÉJc @ s d Z d d k Z d Z d S( s curses.wrapper
Contains one function, wrapper(), which runs another function which
should be the rest of your curses-based application. If the
application raises an exception, wrapper() will restore the terminal
to a sane state so you can read the resulting traceback.
i˙˙˙˙Nc
O s d } zY t i } t i t i | i d y t i Wn n X| | | | SWd | i d t i t i t i Xd S( s 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().
i Ni (
t Nonet cursest initscrt noechot cbreakt keypadt start_colort echot nocbreakt endwin( t funct argst kwdst rest stdscr( ( s$ /usr/lib/python2.6/curses/wrapper.pyt wrapper s
( t __doc__R R ( ( ( s$ /usr/lib/python2.6/curses/wrapper.pyt <module> s