| 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 Z d d k Td d k l Z d d k Z d d k Z d „ Z d „ Z y e Wn# e j o d d k l Z n Xd S( sØ 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.initwin() ... s= $Id: __init__.py 61064 2008-02-25 16:29:58Z andrew.kuchling $iÿÿÿÿ( t *( t wrapperNc C s¨ d d k } d d k } t d t i i d d ƒ d t i i ƒ ƒ | i ƒ } xR | i i ƒ D]A \ } } | d d !d j p | d j o t | | | ƒ q_ q_ W| S( Niÿÿÿÿt termt TERMt unknownt fdi i t ACS_t LINESt COLS( R R ( t _cursest cursest setuptermt _ost environt gett _syst __stdout__t filenot initscrt __dict__t itemst setattr( R R t stdscrt keyt value( ( s% /usr/lib/python2.6/curses/__init__.pyR s !c C sh d d k } d d k } | i ƒ } t | d ƒ o | i | _ n t | d ƒ o | i | _ n | S( Niÿÿÿÿt COLORSt COLOR_PAIRS( R R t start_colort hasattrR R ( R R t retval( ( s% /usr/lib/python2.6/curses/__init__.pyR - s ( t has_key( t __doc__t __revision__R t curses.wrapperR t osR t sysR R R R t NameError( ( ( s% /usr/lib/python2.6/curses/__init__.pyt <module> s