HomeSort by relevance Sort by last modified time
    Searched refs:IdleUserConfParser (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_configdialog.py 18 'main': config.IdleUserConfParser(''),
19 'highlight': config.IdleUserConfParser(''),
20 'keys': config.IdleUserConfParser(''),
21 'extensions': config.IdleUserConfParser(''),
test_config.py 19 usermain = testcfg['main'] = config.IdleUserConfParser('') # filename
20 userhigh = testcfg['highlight'] = config.IdleUserConfParser('')
21 userkeys = testcfg['keys'] = config.IdleUserConfParser('')
  /external/python/cpython2/Lib/idlelib/
configHandler.py 73 class IdleUserConfParser(IdleConfParser):
183 self.userCfg[cfgType] = IdleUserConfParser(usrCfgFiles[cfgType])
  /external/python/cpython3/Lib/idlelib/
config.py 78 class IdleUserConfParser(IdleConfParser):
188 self.userCfg[cfgType] = IdleUserConfParser(usrCfgFiles[cfgType])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 71 class IdleUserConfParser(IdleConfParser):
193 self.userCfg[cfgType]=IdleUserConfParser(usrCfgFiles[cfgType])
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 71 class IdleUserConfParser(IdleConfParser):
193 self.userCfg[cfgType]=IdleUserConfParser(usrCfgFiles[cfgType])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 71 class IdleUserConfParser(IdleConfParser):
193 self.userCfg[cfgType]=IdleUserConfParser(usrCfgFiles[cfgType])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 71 class IdleUserConfParser(IdleConfParser):
193 self.userCfg[cfgType]=IdleUserConfParser(usrCfgFiles[cfgType])

Completed in 1084 milliseconds