|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.4/curses/ |
Upload File : |
mò
Ñ=Ec @ s% d Z d k Z 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.
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 rest cursest initscrt stdscrt noechot cbreakt keypadt start_colort funct argst kwdst echot nocbreakt endwin( R R
R R R ( ( t$ /usr/lib/python2.4/curses/wrapper.pyt wrapper s"