Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /lib64/python2.7/idlelib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib64/python2.7/idlelib/configHandler.pyc
�
{fc@s~dZddlmZddlZddlZddlmZddlmZddlm	Z	m
Z
defd��YZd	efd
��YZ
defd��YZd
efd��YZdefd��YZdefd��YZdfd��YZe�ZedkrzddlmZddf\aad�Zd�Zeej�eej�edtdtdd�ndS(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����(tprint_functionN(tConfigParser(t	TkVersion(tFontt
nametofonttInvalidConfigTypecBseZRS((t__name__t
__module__(((s-/usr/lib64/python2.7/idlelib/configHandler.pyRstInvalidConfigSetcBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyRstInvalidFgBgcBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR	stInvalidThemecBseZRS((RR(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR
 stIdleConfParsercBs>eZdZdd�Zdded�Zd�Zd�ZRS(sI
    A ConfigParser specialised for idle configuration file handling
    cCs ||_tj|d|�dS(sK
        cfgFile - string, fully specified configuration file name
        tdefaultsN(tfileRt__init__(tselftcfgFiletcfgDefaults((s-/usr/lib64/python2.7/idlelib/configHandler.pyR&s	cCsh|j||�s|S|dkr2|j||�S|dkrN|j||�S|j||d|�SdS(s
        Get an option value for given section/option or return default.
        If type is specified, return as type.
        tbooltinttrawN(t
has_optiont
getbooleantgetinttget(RtsectiontoptionttypetdefaultR((s-/usr/lib64/python2.7/idlelib/configHandler.pytGet-scCs$|j|�r|j|�SgSdS(s4Return a list of options for given section, else [].N(thas_sectiontoptions(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetOptionList>s
cCs|j|j�dS(s&Load the configuration file from disk.N(treadR
(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytLoadEsN(	RRt__doc__tNoneRtFalseRR R"(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR"s
	tIdleUserConfParsercBsMeZdZd�Zd�Zd�Zd�Zd�Zd�Zd�Z	RS(sG
    IdleConfigParser specialised for user configuration handling.
    cCs#|j|�s|j|�ndS(s!If section doesn't exist, add it.N(Rtadd_section(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
AddSectionNscCs:x3|j�D]%}|j|�s
|j|�q
q
WdS(s)Remove any sections that have no options.N(tsectionsR tremove_section(RR((s-/usr/lib64/python2.7/idlelib/configHandler.pytRemoveEmptySectionsSscCs|j�|j�S(s9Return True if no sections after removing empty sections.(R+R)(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytIsEmptyYs
cCs#|j|�r|j||�StS(s�Return True if option is removed from section, else False.

        False if either section does not exist or did not have option.
        (Rt
remove_optionR%(RRR((s-/usr/lib64/python2.7/idlelib/configHandler.pytRemoveOption^scCs�|j||�rH|j||�|kr.tS|j|||�tSn6|j|�sg|j|�n|j|||�tSdS(s�Return True if option is added or changed to value, else False.

        Add section if required.  False means option already had value.
        N(RRR%tsettTrueRR'(RRRtvalue((s-/usr/lib64/python2.7/idlelib/configHandler.pyt	SetOptiongscCs,tjj|j�r(tj|j�ndS(s9Remove user config file self.file from disk if it exists.N(tostpathtexistsR
tremove(R((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
RemoveFilexscCs�|j�su|j}yt|d�}Wn-tk
rWtj|�t|d�}nX|�|j|�WdQXn
|j�dS(s�Update user configuration file.

        Remove empty sections. If resulting config isn't empty, write the file
        to disk. If config is empty, remove the file from disk if it exists.

        twN(R,R
topentIOErrorR3tunlinktwriteR7(RtfnameR((s-/usr/lib64/python2.7/idlelib/configHandler.pytSave}s	

(
RRR#R(R+R,R.R2R7R>(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR&Is							tIdleConfcBseZdZd�Zd�Zd�Zddeed�Z	d�Z
d�Zdd�Zd�Z
d	�Zd
�Zeeed�Zd�Zd
�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zdd�Zd�Zd�Zd�Zd�Zd�ZRS(slHold config parsers for all idle config files in singleton instance.

    Default config files, self.defaultCfg --
        for config_type in self.config_types:
            (idle install dir)/config-{config-type}.def

    User config files, self.userCfg --
        for config_type in self.config_types:
        (user home dir)/.idlerc/config-{config-type}.cfg
    cCs<d|_i|_i|_i|_|j�|j�dS(Ntmaint
extensionst	highlighttkeys(R@RARBRC(tconfig_typest
defaultCfgtuserCfgtcfgtCreateConfigHandlerstLoadCfgFiles(R((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�s				
cCs�tdkr!tjjt�}ntjjtjd�}|j�}i}i}xS|jD]H}tjj	|d|d�||<tjj	|d|d�||<q\Wx?|jD]4}t
||�|j|<t||�|j
|<q�WdS(s5Populate default and user config parser dictionaries.t__main__isconfig-s.defs.cfgN(RR3R4tdirnamet__file__tabspathtsyst
GetUserCfgDirRDtjoinRRER&RF(RtidleDirtuserDirtdefCfgFilestusrCfgFilestcfgType((s-/usr/lib64/python2.7/idlelib/configHandler.pyRH�s		cCsd}tjjd�}|dkr{tjj|�s{d|d}yt|dtj�Wntk
rnnXd}q{n|dkr�tj�}ntjj	||�}tjj|�sytj
|�Wqttfk
rd|d}t|dtj�t�qXn|S(sfReturn a filesystem directory for storing user config files.

        Creates it if required.
        s.idlerct~s.
 Warning: os.path.expanduser("~") points to
 s,
 but the path does not exist.R
s2
 Warning: unable to create user config directory
s(
 Check path and permissions.
 Exiting!
(
R3R4t
expanduserR5tprintRNtstderrR:tgetcwdRPtmkdirtOSErrort
SystemExit(RtcfgDirRRtwarn((s-/usr/lib64/python2.7/idlelib/configHandler.pyRO�s*

c		CsMy@|j|j||�r?|j|j||d|d|�SWnktk
r�d||||j|j||d|�f}yt|dtj�Wq�tk
r�q�XnXy@|j|j||�r�|j|j||d|d|�SWntk
rnX|rId|||f}yt|dtj�WqItk
rEqIXn|S(sReturn a value for configType section option, or default.

        If type is not None, return a value of that type.  Also pass raw
        to the config parser.  First try to return a valid value
        (including type) from a user configuration. If that fails, try
        the default configuration. If that fails, return default, with a
        default of None.

        Warn if either user or default configurations have an invalid value.
        Warn if default is returned and warn_on_default is True.
        RRsu
 Warning: configHandler.py - IdleConf.GetOption -
 invalid %r value for configuration option %r
 from section %r: %rR
s�
 Warning: configHandler.py - IdleConf.GetOption -
 problem retrieving configuration option %r
 from section %r.
 returning default value: %r(	RFRRt
ValueErrorRXRNRYR:RE(	Rt
configTypeRRRRtwarn_on_defaultRtwarning((s-/usr/lib64/python2.7/idlelib/configHandler.pyt	GetOption�s4

	#



cCs|j|j|||�dS(s0Set section option to value in user config file.N(RFR2(RRaRRR1((s-/usr/lib64/python2.7/idlelib/configHandler.pyR2scCsl||jkrtd��n|dkr:|j|}n(|dkrV|j|}ntd��|j�S(s�Return sections for configSet configType configuration.

        configSet must be either 'user' or 'default'
        configType must be in self.config_types.
        sInvalid configType specifiedtuserRsInvalid configSet specified(RDRRFRERR)(Rt	configSetRat	cfgParser((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetSectionList
scCs�|jdj|�r+|jd|�}n|jd|�}||d}|dkrd|d}n||d}i|d6|d	6}|s�|S|d
kr�|dS|dkr�|d	Std��d
S(sReturn individual theme element highlight color(s).

        fgBg - string ('fg' or 'bg') or None.
        If None, return a dictionary containing fg and bg colors with
        keys 'foreground' and 'background'.  Otherwise, only return
        fg or bg color, as specified.  Colors are intended to be
        appropriate for passing to Tkinter in, e.g., a tag_config call).
        RBRRes-foregroundtcursorsnormal-backgrounds-backgroundt
foregroundt
backgroundtfgtbgsInvalid fgBg specifiedN(RERtGetThemeDictR	(RtthemetelementtfgBgt	themeDicttforetbackRB((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetHighlights	
cCs�|dkr|jd}n(|dkr8|jd}ntd��idd6dd6dd	6dd
6dd6dd6dd
6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd6dd 6dd!6dd"6}x�|D]}}|j||�skd#||||f}yt|d$tj�Wqktk
rgqkXn|j||d||�||<qW|S(%s)Return {option:value} dict for elements in themeName.

        type - string, 'default' or 'user' theme type
        themeName - string, theme name
        Values are loaded over ultimate fallback defaults to guarantee
        that all theme elements are present in a newly created theme.
        ReRBRsInvalid theme type specifieds#000000snormal-foregrounds#ffffffsnormal-backgroundskeyword-foregroundskeyword-backgroundsbuiltin-foregroundsbuiltin-backgroundscomment-foregroundscomment-backgroundsstring-foregroundsstring-backgroundsdefinition-foregroundsdefinition-backgroundshilite-foregroundtgrayshilite-backgroundsbreak-foregroundsbreak-backgroundshit-foregroundshit-backgroundserror-foregroundserror-backgroundscursor-foregroundsstdout-foregroundsstdout-backgroundsstderr-foregroundsstderr-backgroundsconsole-foregroundsconsole-backgrounds�
 Warning: configHandler.IdleConf.GetThemeDict -
 problem retrieving theme element %r
 from theme %r.
 returning default color: %rR
(	RFRER
RRXRNRYR:R(RRt	themeNameRgRoRpRc((s-/usr/lib64/python2.7/idlelib/configHandler.pyRn7sV



cCs�|jddddddt�}|rE|jddddd�}n|rR|sY|rw|jddddd�}n|r�|jn|j}|d	j|�r�|Sd
SdS(s<Return the name of the currently active text color theme.

        idlelib.config-main.def includes this section
        [Theme]
        default= 1
        name= IDLE Classic
        name2=
        # name2 set in user config-main.cfg for themes added after 2015 Oct 1

        Item name2 is needed because setting name to a new builtin
        causes older IDLEs to display multiple error messages or quit.
        See https://bugs.python.org/issue25313.
        When default = True, name2 takes precedence over name,
        while older IDLEs will just use name.
        R@tThemeRRRtname2ttnameRBsIDLE ClassicN(RdR0RERFR(RRRotsource((s-/usr/lib64/python2.7/idlelib/configHandler.pytCurrentThemewscCs|jddddd�S(s0Return the name of the currently active key set.R@tKeysR{RRz(Rd(R((s-/usr/lib64/python2.7/idlelib/configHandler.pytCurrentKeys�sc	Cs|j|jdd��}|j|jdd��}x*|D]"}||kr=|j|�q=q=W|rg}x�|D]�}|jd|ddtdd�rv|s�|r�|r�d}nd}|jd||dtddd	t�r|j|�qq|j|�qvqvW|S|Sd
S(s�Return extensions in default and user config-extensions files.

        If active_only True, only return active (enabled) extensions
        and optionally only editor or shell extensions.
        If active_only False, return all extensions.
        RRARetenableRRt
enable_editortenable_shellRbN(tRemoveKeyBindNamesRhtappendRdR0R%(	Rtactive_onlyteditor_onlyt
shell_onlytextnst	userExtnstextntactiveExtnsR((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetExtensions�s.

			cCsq|}g}x6|D].}|jd�r|j|j|��qqW|jdt�x|D]
}||=q\W|S(s:Return extnNameList with keybinding section names removed.t	_bindingst_cfgBindingstreverse(R�R�(tendswithR�tindextsortR0(RtextnNameListtnamestkbNameIndiciesR{R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyR��s

cCsdd}d|d}xI|jdd�D]5}x,|j|�D]}||kr=|}q=q=Wq'W|S(s�Return the name of the extension binding virtualEvent, or None.

        virtualEvent - string, name of the virtual event to test for,
                       without the enclosing '<< >>'
        s<<s>>R�iN(R$R�tGetExtensionKeys(RtvirtualEventtextNametvEventR�tevent((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtnNameForEvent�sc	Cs�|d}|j�}i}|jdj|�r~|jdj|�}x3|D](}d|d}||}|||<qOWn|S(sReturn dict: {configurable extensionName event : active keybinding}.

        Events come from default config extension_cfgBindings section.
        Keybindings come from GetCurrentKeySet() active key dict,
        where previously used bindings are disabled.
        R�RAs<<s>>(tGetCurrentKeySetRERR (	Rt
extensionNametkeysNamet
activeKeystextKeyst
eventNamest	eventNameR�tbinding((s-/usr/lib64/python2.7/idlelib/configHandler.pyR��s


cCs�|d}i}|jdj|�r�|jdj|�}xJ|D]?}|jd||dd�j�}d|d}|||<qCWn|S(sReturn dict {configurable extensionName event : keybinding list}.

        Events come from default config extension_cfgBindings section.
        Keybindings list come from the splitting of GetOption, which
        tries user config before default config.
        R�RARRzs<<s>>(RERR Rdtsplit(RR�R�R�R�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt__GetRawExtensionKeys�s

cCs�|d}|j|�}|jdj|�r�|jdj|�}xJ|D]?}|jd||dd�j�}d|d}|||<qLWn|S(sReturn dict {extensionName event : active or defined keybinding}.

        Augment self.GetExtensionKeys(extensionName) with mapping of non-
        configurable events (from default config) to GetOption splits,
        as in self.__GetRawExtensionKeys.
        R�RARRzs<<s>>(R�RERR RdR�(RR�t	bindsNametextBindsR�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtensionBindings�s

cCs2|dd!}|jd||dd�j�}|S(s�Return the keybinding list for keySetName eventStr.

        keySetName - name of key binding set (config-keys section).
        eventStr - virtual event, including brackets, as in '<<event>>'.
        ii����RCRRz(RdR�(Rt
keySetNameteventStrR�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
GetKeyBinding
s
!cCs�|j|j��}tjdkr�x[|j�D]J\}}g|D]}|jdd�^qD}||kr1|||<q1q1Wn|S(s/Return CurrentKeys with 'darwin' modifications.tdarwins<Alt-s<Option-(t	GetKeySetRRNtplatformtitemstreplace(Rtresulttktvtxtv2((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�s%cCs�|j|�}|jdd�}xh|D]`}|j|�}|r(xB|D]7}|||j�krsd||<n||||<qJWq(q(W|S(s�Return event-key dict for keySetName core plus active extensions.

        If a binding defined in an extension is already in use, the
        extension binding is disabled by being set to ''
        R�iRz(tGetCoreKeysR�t_IdleConf__GetRawExtensionKeystvalues(RR�tkeySetR�R�R�R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�)s


cCsd|d|j�kS(s�Return True if the virtual event is one of the core idle key events.

        virtualEvent - string, name of the virtual event to test for,
                       without the enclosing '<< >>'
        s<<s>>(R�(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt
IsCoreBinding;scCs�i1ddgd6ddgd6ddgd	6d
dgd6d
gd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd6dgd 6d!gd"6d#gd$6d%gd&6d'gd(6d)gd*6d+gd,6d-gd.6d/gd06d1gd26d3gd46d5gd66d7gd86d9gd:6d;gd<6d=gd>6d?d@gdA6dBgdC6dDgdE6dFgdG6dHgdI6dJgdK6dLgdM6dNdOgdP6dQgdR6dSgdT6dUgdV6dWgdX6dYgdZ6d[gd\6d]gd^6d_gd`6dagdb6dcgdd6degdf6}|r�xx|D]m}|j||�}|r:|||<qdg||||f}yt|dhtj�Wqtk
r{qXqWn|S(is�Return dict of core virtual-key keybindings for keySetName.

        The default keySetName None corresponds to the keyBindings base
        dict. If keySetName is not None, bindings from the config
        file(s) are loaded _over_ these defaults, so if there is a
        problem getting any core binding there will be an 'ultimate last
        resort fallback' to the CUA-ish bindings defined here.
        s<Control-c>s<Control-C>s<<copy>>s<Control-x>s<Control-X>s<<cut>>s<Control-v>s<Control-V>s	<<paste>>s<Control-a>s<Home>s<<beginning-of-line>>s<Control-l>s<<center-insert>>s<Control-q>s<<close-all-windows>>s<Alt-F4>s<<close-window>>s<<do-nothing>>s<Control-d>s<<end-of-file>>s<F1>s<<python-docs>>s
<Shift-F1>s<<python-context-help>>s<Alt-n>s<<history-next>>s<Alt-p>s<<history-previous>>s<<interrupt-execution>>s<F6>s<<view-restart>>s<Control-F6>s<<restart-shell>>s<Alt-c>s<<open-class-browser>>s<Alt-m>s<<open-module>>s<Control-n>s<<open-new-window>>s<Control-o>s<<open-window-from-file>>s<Control-j>s<<plain-newline-and-indent>>s<Control-p>s<<print-window>>s<Control-y>s<<redo>>s<Escape>s<<remove-selection>>s
<Alt-Shift-S>s<<save-copy-of-window-as-file>>s<Alt-s>s<<save-window-as-file>>s<Control-s>s<<save-window>>s<Alt-a>s<<select-all>>s<Control-slash>s<<toggle-auto-coloring>>s<Control-z>s<<undo>>s<Control-g>s<F3>s<<find-again>>s<Alt-F3>s<<find-in-files>>s<Control-F3>s<<find-selection>>s<Control-f>s<<find>>s<Control-h>s<<replace>>s<Alt-g>s
<<goto-line>>s<Key-BackSpace>s<<smart-backspace>>s<Key-Return>s<Key-KP_Enter>s<<newline-and-indent>>s	<Key-Tab>s<<smart-indent>>s<Control-Key-bracketright>s<<indent-region>>s<Control-Key-bracketleft>s<<dedent-region>>s<Alt-Key-3>s<<comment-region>>s<Alt-Key-4>s<<uncomment-region>>s<Alt-Key-5>s<<tabify-region>>s<Alt-Key-6>s<<untabify-region>>s<Alt-Key-t>s<<toggle-tabs>>s<Alt-Key-u>s<<change-indentwidth>>s<Control-Key-BackSpace>s<<del-word-left>>s<Control-Key-Delete>s<<del-word-right>>s�
 Warning: configHandler.py - IdleConf.GetCoreKeys -
 problem retrieving key binding for event %r
 from key set %r.
 returning default value: %rR
(R�RXRNRYR:(RR�tkeyBindingsR�R�Rc((s-/usr/lib64/python2.7/idlelib/configHandler.pyR�Fs|	



















































c	Csg}|dkr"|jd}n(|dkr>|jd}ntd��|jd�}x�|D]�}|jd|dd�}|jd�dkr�d}d}n/|jd�}|d	j�}|d
j�}|r`|r`|j|||f�q`q`W|j	dd��|S(
s�Return list of extra help sources from a given configSet.

        Valid configSets are 'user' or 'default'.  Return a list of tuples of
        the form (menu_item , path_to_help_file , option), or return the empty
        list.  'option' is the sequence number of the help resource.  'option'
        values determine the position of the menu items on the Help menu,
        therefore the returned list must be sorted by 'option'.

        ReR@RsInvalid configSet specifiedt	HelpFilest;i����RziitkeycSst|d�S(Ni(R(R�((s-/usr/lib64/python2.7/idlelib/configHandler.pyt<lambda>�Rz(
RFRERR RtfindR�tstripR�R�(	RRfthelpSourcesRgRRR1tmenuItemthelpPath((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetExtraHelpSourceList�s&

	cCs |jd�|jd�}|S(s�Return a list of the details of all additional help sources.

        Tuples in the list are those of GetExtraHelpSourceList.
        RRe(R�(RtallHelpSources((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetAllExtraHelpSourcesList�sc	Cs�|j||ddd�}|j||ddddd�}|j||ddd	dd
�}|dkr�tdkr~d
}q�tdddtd|�}tj|�}|d}|d}|d	kr�d}n|ddk}n|||r�dndfS(s�Retrieve a font from configuration (font, font-size, font-bold)
        Intercept the special value 'TkFixedFont' and substitute
        the actual font, factoring in some tweaks if needed for
        appearance sakes.

        The 'root' parameter can normally be any valid Tkinter widget.

        Return a tuple (family, size, weight) suitable for passing
        to tkinter.Font
        tfontRtcouriers	font-sizeRRt10s	font-boldiRtTkFixedFontg!@tCourierR{R5troottfamilytsizei
tweighttboldtnormal(RdRRR0tactual(	RR�RaRR�R�R�tft
actualFont((s-/usr/lib64/python2.7/idlelib/configHandler.pytGetFont�s 			

	cCs:x3|jD](}|j|j�|j|j�q
WdS(sLoad all configuration files.N(RER"RF(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pyRI�scCs)x"|jD]}|j|j�q
WdS(s2Write all loaded user configuration files to disk.N(RFR>(RR�((s-/usr/lib64/python2.7/idlelib/configHandler.pytSaveUserCfgFiles�sN( RRR#RRHROR$R0R%RdR2RhRuRnR}RR�R�R�R�R�R�R�R�R�R�R�R�R�R�RIR�(((s-/usr/lib64/python2.7/idlelib/configHandler.pyR?�s8
				-			@		#	
					
			M	 				RJ(tcrc32icCs?t|�}td7at|jdd�t�at|�dS(Nitencodingsutf-8(tstrtlineR�tencodetcrcRX(tobjttxt((s-/usr/lib64/python2.7/idlelib/configHandler.pytsprint�s
cCs�td|d�x�t|j��D]�}||j�}t|�t|�xh|D]`}||j|�}t|�t|�x0|D](}t|d||j||��q�WqTWq#WdS(Ns
s = (RXtsortedRCR)R�RR(RGR�R)RRR((s-/usr/lib64/python2.7/idlelib/configHandler.pytdumpCfg�s





s	
lines = s, crc = tsepRz(R#t
__future__RR3RNRtTkinterRttkFontRRt	ExceptionRRR	R
RR&R?tidleConfRtzlibR�R�R�R�R�RERFRX(((s-/usr/lib64/python2.7/idlelib/configHandler.pyt<module>s0'G��W			



Name
Size
Permissions
Options
Icons
--
drwxr-xr-x
idle_test
--
drwxr-xr-x
AutoComplete.py
8.754 KB
-rw-r--r--
AutoComplete.pyc
7.824 KB
-rw-r--r--
AutoComplete.pyo
7.824 KB
-rw-r--r--
AutoCompleteWindow.py
16.912 KB
-rw-r--r--
AutoCompleteWindow.pyc
12.188 KB
-rw-r--r--
AutoCompleteWindow.pyo
12.13 KB
-rw-r--r--
AutoExpand.py
3.315 KB
-rw-r--r--
AutoExpand.pyc
3.42 KB
-rw-r--r--
AutoExpand.pyo
3.42 KB
-rw-r--r--
Bindings.py
2.906 KB
-rw-r--r--
Bindings.pyc
4.585 KB
-rw-r--r--
Bindings.pyo
4.585 KB
-rw-r--r--
CREDITS.txt
1.822 KB
-rw-r--r--
CallTipWindow.py
5.923 KB
-rw-r--r--
CallTipWindow.pyc
5.992 KB
-rw-r--r--
CallTipWindow.pyo
5.992 KB
-rw-r--r--
CallTips.py
7.559 KB
-rw-r--r--
CallTips.pyc
7.942 KB
-rw-r--r--
CallTips.pyo
7.942 KB
-rw-r--r--
ChangeLog
55.071 KB
-rw-r--r--
ClassBrowser.py
6.835 KB
-rw-r--r--
ClassBrowser.pyc
9.277 KB
-rw-r--r--
ClassBrowser.pyo
9.277 KB
-rw-r--r--
CodeContext.py
8.146 KB
-rw-r--r--
CodeContext.pyc
6.502 KB
-rw-r--r--
CodeContext.pyo
6.459 KB
-rw-r--r--
ColorDelegator.py
9.533 KB
-rw-r--r--
ColorDelegator.pyc
8.689 KB
-rw-r--r--
ColorDelegator.pyo
8.689 KB
-rw-r--r--
Debugger.py
17.809 KB
-rw-r--r--
Debugger.pyc
17.135 KB
-rw-r--r--
Debugger.pyo
17.135 KB
-rw-r--r--
Delegator.py
0.649 KB
-rw-r--r--
Delegator.pyc
1.238 KB
-rw-r--r--
Delegator.pyo
1.238 KB
-rw-r--r--
EditorWindow.py
63.963 KB
-rw-r--r--
EditorWindow.pyc
55.525 KB
-rw-r--r--
EditorWindow.pyo
55.426 KB
-rw-r--r--
FileList.py
3.631 KB
-rw-r--r--
FileList.pyc
3.931 KB
-rw-r--r--
FileList.pyo
3.898 KB
-rw-r--r--
FormatParagraph.py
7.116 KB
-rw-r--r--
FormatParagraph.pyc
6.975 KB
-rw-r--r--
FormatParagraph.pyo
6.975 KB
-rw-r--r--
GrepDialog.py
5.024 KB
-rw-r--r--
GrepDialog.pyc
6.274 KB
-rw-r--r--
GrepDialog.pyo
6.274 KB
-rw-r--r--
HISTORY.txt
10.075 KB
-rw-r--r--
HyperParser.py
10.251 KB
-rw-r--r--
HyperParser.pyc
6.517 KB
-rw-r--r--
HyperParser.pyo
6.517 KB
-rw-r--r--
IOBinding.py
21.397 KB
-rw-r--r--
IOBinding.pyc
18.101 KB
-rw-r--r--
IOBinding.pyo
18.101 KB
-rw-r--r--
IdleHistory.py
3.957 KB
-rw-r--r--
IdleHistory.pyc
3.965 KB
-rw-r--r--
IdleHistory.pyo
3.965 KB
-rw-r--r--
MultiCall.py
17.286 KB
-rw-r--r--
MultiCall.pyc
15.968 KB
-rw-r--r--
MultiCall.pyo
15.896 KB
-rw-r--r--
MultiStatusBar.py
1.316 KB
-rw-r--r--
MultiStatusBar.pyc
2.226 KB
-rw-r--r--
MultiStatusBar.pyo
2.226 KB
-rw-r--r--
NEWS.txt
46.14 KB
-rw-r--r--
ObjectBrowser.py
4.273 KB
-rw-r--r--
ObjectBrowser.pyc
6.901 KB
-rw-r--r--
ObjectBrowser.pyo
6.901 KB
-rw-r--r--
OutputWindow.py
4.469 KB
-rw-r--r--
OutputWindow.pyc
5.109 KB
-rw-r--r--
OutputWindow.pyo
5.109 KB
-rw-r--r--
ParenMatch.py
6.557 KB
-rw-r--r--
ParenMatch.pyc
6.962 KB
-rw-r--r--
ParenMatch.pyo
6.962 KB
-rw-r--r--
PathBrowser.py
2.938 KB
-rw-r--r--
PathBrowser.pyc
4.381 KB
-rw-r--r--
PathBrowser.pyo
4.381 KB
-rw-r--r--
Percolator.py
3.146 KB
-rw-r--r--
Percolator.pyc
4.5 KB
-rw-r--r--
Percolator.pyo
4.32 KB
-rw-r--r--
PyParse.py
19.053 KB
-rw-r--r--
PyParse.pyc
9.771 KB
-rw-r--r--
PyParse.pyo
9.343 KB
-rw-r--r--
PyShell.py
57.482 KB
-rwxr-xr-x
PyShell.pyc
51.588 KB
-rw-r--r--
PyShell.pyo
51.488 KB
-rw-r--r--
README.txt
7.705 KB
-rw-r--r--
RemoteDebugger.py
11.359 KB
-rw-r--r--
RemoteDebugger.pyc
15.942 KB
-rw-r--r--
RemoteDebugger.pyo
15.792 KB
-rw-r--r--
RemoteObjectBrowser.py
0.92 KB
-rw-r--r--
RemoteObjectBrowser.pyc
2.1 KB
-rw-r--r--
RemoteObjectBrowser.pyo
2.1 KB
-rw-r--r--
ReplaceDialog.py
6.483 KB
-rw-r--r--
ReplaceDialog.pyc
7.574 KB
-rw-r--r--
ReplaceDialog.pyo
7.574 KB
-rw-r--r--
RstripExtension.py
1.025 KB
-rw-r--r--
RstripExtension.pyc
1.575 KB
-rw-r--r--
RstripExtension.pyo
1.575 KB
-rw-r--r--
ScriptBinding.py
8.261 KB
-rw-r--r--
ScriptBinding.pyc
8.009 KB
-rw-r--r--
ScriptBinding.pyo
8.009 KB
-rw-r--r--
ScrolledList.py
4.271 KB
-rw-r--r--
ScrolledList.pyc
6.33 KB
-rw-r--r--
ScrolledList.pyo
6.33 KB
-rw-r--r--
SearchDialog.py
2.568 KB
-rw-r--r--
SearchDialog.pyc
3.89 KB
-rw-r--r--
SearchDialog.pyo
3.89 KB
-rw-r--r--
SearchDialogBase.py
6.928 KB
-rw-r--r--
SearchDialogBase.pyc
8.264 KB
-rw-r--r--
SearchDialogBase.pyo
8.264 KB
-rw-r--r--
SearchEngine.py
7.288 KB
-rw-r--r--
SearchEngine.pyc
8.107 KB
-rw-r--r--
SearchEngine.pyo
8.107 KB
-rw-r--r--
StackViewer.py
4.327 KB
-rw-r--r--
StackViewer.pyc
6.254 KB
-rw-r--r--
StackViewer.pyo
6.254 KB
-rw-r--r--
TODO.txt
8.279 KB
-rw-r--r--
ToolTip.py
3.099 KB
-rw-r--r--
ToolTip.pyc
4.56 KB
-rw-r--r--
ToolTip.pyo
4.56 KB
-rw-r--r--
TreeWidget.py
14.685 KB
-rw-r--r--
TreeWidget.pyc
17.279 KB
-rw-r--r--
TreeWidget.pyo
17.279 KB
-rw-r--r--
UndoDelegator.py
10.534 KB
-rw-r--r--
UndoDelegator.pyc
13.237 KB
-rw-r--r--
UndoDelegator.pyo
13.237 KB
-rw-r--r--
WidgetRedirector.py
6.744 KB
-rw-r--r--
WidgetRedirector.pyc
7.587 KB
-rw-r--r--
WidgetRedirector.pyo
7.587 KB
-rw-r--r--
WindowList.py
2.415 KB
-rw-r--r--
WindowList.pyc
3.551 KB
-rw-r--r--
WindowList.pyo
3.551 KB
-rw-r--r--
ZoomHeight.py
1.27 KB
-rw-r--r--
ZoomHeight.pyc
1.607 KB
-rw-r--r--
ZoomHeight.pyo
1.607 KB
-rw-r--r--
__init__.py
0.281 KB
-rw-r--r--
__init__.pyc
0.421 KB
-rw-r--r--
__init__.pyo
0.421 KB
-rw-r--r--
aboutDialog.py
6.85 KB
-rw-r--r--
aboutDialog.pyc
6.688 KB
-rw-r--r--
aboutDialog.pyo
6.688 KB
-rw-r--r--
config-extensions.def
2.896 KB
-rw-r--r--
config-highlight.def
2.456 KB
-rw-r--r--
config-keys.def
7.595 KB
-rw-r--r--
config-main.def
2.501 KB
-rw-r--r--
configDialog.py
64.412 KB
-rw-r--r--
configDialog.pyc
52.042 KB
-rw-r--r--
configDialog.pyo
52.042 KB
-rw-r--r--
configHandler.py
31.724 KB
-rw-r--r--
configHandler.pyc
28.673 KB
-rw-r--r--
configHandler.pyo
28.673 KB
-rw-r--r--
configHelpSourceEdit.py
6.529 KB
-rw-r--r--
configHelpSourceEdit.pyc
6.44 KB
-rw-r--r--
configHelpSourceEdit.pyo
6.44 KB
-rw-r--r--
configSectionNameDialog.py
3.945 KB
-rw-r--r--
configSectionNameDialog.pyc
4.315 KB
-rw-r--r--
configSectionNameDialog.pyo
4.315 KB
-rw-r--r--
dynOptionMenuWidget.py
1.938 KB
-rw-r--r--
dynOptionMenuWidget.pyc
2.725 KB
-rw-r--r--
dynOptionMenuWidget.pyo
2.725 KB
-rw-r--r--
extend.txt
3.557 KB
-rw-r--r--
help.html
41.42 KB
-rw-r--r--
help.py
10.776 KB
-rw-r--r--
help.pyc
11.982 KB
-rw-r--r--
help.pyo
11.982 KB
-rw-r--r--
help.txt
11.859 KB
-rw-r--r--
idle.py
0.442 KB
-rw-r--r--
idle.pyc
0.4 KB
-rw-r--r--
idle.pyo
0.4 KB
-rw-r--r--
idle.pyw
0.55 KB
-rw-r--r--
idlever.py
0.405 KB
-rw-r--r--
idlever.pyc
0.564 KB
-rw-r--r--
idlever.pyo
0.564 KB
-rw-r--r--
keybindingDialog.py
12.176 KB
-rw-r--r--
keybindingDialog.pyc
11.888 KB
-rw-r--r--
keybindingDialog.pyo
11.888 KB
-rw-r--r--
macosxSupport.py
8.237 KB
-rw-r--r--
macosxSupport.pyc
8.155 KB
-rw-r--r--
macosxSupport.pyo
8.021 KB
-rw-r--r--
rpc.py
19.678 KB
-rw-r--r--
rpc.pyc
21.219 KB
-rw-r--r--
rpc.pyo
21.115 KB
-rw-r--r--
run.py
12.614 KB
-rw-r--r--
run.pyc
13.104 KB
-rw-r--r--
run.pyo
13.048 KB
-rw-r--r--
tabbedpages.py
18.007 KB
-rw-r--r--
tabbedpages.pyc
18.126 KB
-rw-r--r--
tabbedpages.pyo
18.126 KB
-rw-r--r--
textView.py
3.438 KB
-rw-r--r--
textView.pyc
3.931 KB
-rw-r--r--
textView.pyo
3.931 KB
-rw-r--r--