Home | History | Annotate | Download | only in idlelib

Lines Matching full:idle

1 """Provides access to stored IDLE configuration information.
9 The contents of the user files may be altered using the Options/Configure IDLE
14 idle. This is to allow IDLE to continue to function in spite of errors in
33 A ConfigParser specialised for idle configuration file handling
154 holds config parsers for all idle config files:
156 (idle install dir)/config-main.def
157 (idle install dir)/config-extensions.def
158 (idle install dir)/config-highlight.def
159 (idle install dir)/config-keys.def
179 #build idle install path
213 # traditionally IDLE has defaulted to os.getcwd(), is this adequate?
341 #by idle, to allow for their use in the future. Default values are
402 Gets a list of all idle extensions declared in the config files.
560 returns true if the virtual event is bound in the core idle keybindings.