OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSectionList
(Results
1 - 4
of
4
) sorted by null
/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'))
Completed in 43 milliseconds