HomeSort by relevance Sort by last modified time
    Searched refs:idleConf (Results 26 - 30 of 30) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 20 from idlelib.configHandler import idleConf
440 config_encoding = idleConf.GetOption("main","EditorWindow",
499 command = idleConf.GetOption('main','General',
503 command = idleConf.GetOption('main','General','print-command-win')
TreeWidget.py 22 from idlelib.configHandler import idleConf
252 theme = idleConf.GetOption('main','Theme','name')
254 self.label.configure(idleConf.GetHighlight(theme, 'hilite'))
256 self.label.configure(idleConf.GetHighlight(theme, 'normal'))
configHandler.py 152 class IdleConf:
245 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
263 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
375 warning=('\n Warning: configHandler.py - IdleConf.GetThemeDict'
632 warning=('\n Warning: configHandler.py - IdleConf.GetCoreKeys'
700 idleConf=IdleConf()
716 dumpCfg(idleConf.defaultCfg)
717 dumpCfg(idleConf.userCfg)
718 print idleConf.userCfg['main'].Get('Theme','name'
    [all...]
PyShell.py 33 from idlelib.configHandler import idleConf
116 self.breakpointPath = os.path.join(idleConf.GetUserCfgDir(),
319 theme = idleConf.GetOption('main','Theme','name')
322 "stdout": idleConf.GetHighlight(theme, "stdout"),
323 "stderr": idleConf.GetHighlight(theme, "stderr"),
324 "console": idleConf.GetHighlight(theme, "console"),
391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
605 theme = idleConf.GetOption('main','Theme','name')
606 background = idleConf.GetHighlight(theme, 'normal')['background']
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 33 from idlelib.configHandler import idleConf
116 self.breakpointPath = os.path.join(idleConf.GetUserCfgDir(),
319 theme = idleConf.GetOption('main','Theme','name')
322 "stdout": idleConf.GetHighlight(theme, "stdout"),
323 "stderr": idleConf.GetHighlight(theme, "stderr"),
324 "console": idleConf.GetHighlight(theme, "console"),
391 del_exitf = idleConf.GetOption('main', 'General', 'delete-exitfunc',
605 theme = idleConf.GetOption('main','Theme','name')
606 background = idleConf.GetHighlight(theme, 'normal')['background']
    [all...]

Completed in 155 milliseconds

12