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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 572 sections=idleConf.GetSectionList('default',configType)
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
675 customKeyList=idleConf.GetSectionList('user','keys')
    [all...]
configHandler.py 280 def GetSectionList(self, configSet, configType):
406 self.GetSectionList('default','extensions'))
408 self.GetSectionList('user','extensions'))
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 572 sections=idleConf.GetSectionList('default',configType)
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
675 customKeyList=idleConf.GetSectionList('user','keys')
    [all...]
configHandler.py 280 def GetSectionList(self, configSet, configType):
406 self.GetSectionList('default','extensions'))
408 self.GetSectionList('user','extensions'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 572 sections=idleConf.GetSectionList('default',configType)
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
675 customKeyList=idleConf.GetSectionList('user','keys')
    [all...]
configHandler.py 280 def GetSectionList(self, configSet, configType):
406 self.GetSectionList('default','extensions'))
408 self.GetSectionList('user','extensions'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 572 sections=idleConf.GetSectionList('default',configType)
640 usedNames=(idleConf.GetSectionList('user','keys')+
641 idleConf.GetSectionList('default','keys'))
675 customKeyList=idleConf.GetSectionList('user','keys')
    [all...]
configHandler.py 280 def GetSectionList(self, configSet, configType):
406 self.GetSectionList('default','extensions'))
408 self.GetSectionList('user','extensions'))
  /external/python/cpython2/Lib/idlelib/
configDialog.py 632 sections = idleConf.GetSectionList('default', configType)
    [all...]
configHandler.py 266 def GetSectionList(self, configSet, configType):
415 self.GetSectionList('default', 'extensions'))
417 self.GetSectionList('user', 'extensions'))
  /external/python/cpython3/Lib/idlelib/
configdialog.py 634 sections = idleConf.GetSectionList('default', configType)
    [all...]
config.py 265 def GetSectionList(self, configSet, configType):
435 self.GetSectionList('default', 'extensions'))
437 self.GetSectionList('user', 'extensions'))
    [all...]

Completed in 653 milliseconds