|
Apache/2.2.15 (CentOS) Linux obd60-6c49958d75-2q7cw 5.4.0-174-generic #193-Ubuntu SMP Thu Mar 7 14:29:28 UTC 2024 x86_64 uid=48(apache) gid=48(apache) groups=48(apache) server ip : 172.67.192.52 | your ip : 10.244.126.0 safemode OFF > / usr / lib64 / python2.6 / idlelib / |
| Filename | /usr/lib64/python2.6/idlelib/configHandler.pyo |
| Size | 26.72 kb |
| Permission | rw-r--r-- |
| Owner | apache |
| Create time | 23-Dec-2025 17:41 |
| Last modified | 20-Jun-2019 19:45 |
| Last accessed | 22-Apr-2026 09:40 |
| Actions | edit | rename | delete | download (gzip) |
| View | text | code | image |
Ñò
§ÚêLc @ sF d Z d d k Z d d k Z d d k Z d d k l Z d d k l Z l Z l Z d e f d � � YZ
d e f d � � YZ d e f d
� � YZ d e f d � � YZ
d
e f d � � YZ d e f d � � YZ d f d � � YZ e � Z e d j o? d � Z e e i � e e i � e i d i d d � GHn d S( sÖ Provides access to stored IDLE configuration information.
Refer to the comments at the beginning of config-main.def for a description of
the available configuration files and the design implemented to update user
configuration information. In particular, user configuration choices which
duplicate the defaults will be removed from the user's configuration files,
and if a file becomes empty, it will be deleted.
The contents of the user files may be altered using the Options/Configure IDLE
menu to access the configuration GUI (configDialog.py), or manually.
Throughout this module there is an emphasis on returning useable defaults
when a problem occurs in returning a requested configuration value back to
idle. This is to allow IDLE to continue to function in spite of errors in
the retrieval of config information. When a default is returned instead of
a requested config value, a message is printed to stderr to aid in
configuration problem notification and resolution.
iÿÿÿÿN( t
macosxSupport( t ConfigParsert
NoOptionErrort NoSectionErrort InvalidConfigTypec B s e Z RS( ( t __name__t
__module__( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidConfigSetc B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidFgBgc B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidThemec B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t IdleConfParserc B s>
§ÚêLc @ sF d Z d d k Z d d k Z d d k Z d d k l Z d d k l Z l Z l Z d e f d � � YZ
d e f d � � YZ d e f d
� � YZ d e f d � � YZ
d
e f d � � YZ d e f d � � YZ d f d � � YZ e � Z e d j o? d � Z e e i � e e i � e i d i d d � GHn d S( sÖ Provides access to stored IDLE configuration information.
Refer to the comments at the beginning of config-main.def for a description of
the available configuration files and the design implemented to update user
configuration information. In particular, user configuration choices which
duplicate the defaults will be removed from the user's configuration files,
and if a file becomes empty, it will be deleted.
The contents of the user files may be altered using the Options/Configure IDLE
menu to access the configuration GUI (configDialog.py), or manually.
Throughout this module there is an emphasis on returning useable defaults
when a problem occurs in returning a requested configuration value back to
idle. This is to allow IDLE to continue to function in spite of errors in
the retrieval of config information. When a default is returned instead of
a requested config value, a message is printed to stderr to aid in
configuration problem notification and resolution.
iÿÿÿÿN( t
macosxSupport( t ConfigParsert
NoOptionErrort NoSectionErrort InvalidConfigTypec B s e Z RS( ( t __name__t
__module__( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidConfigSetc B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidFgBgc B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t InvalidThemec B s e Z RS( ( R R ( ( ( s- /usr/lib64/python2.6/idlelib/configHandler.pyR s t IdleConfParserc B s>