OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DuplicateSectionError
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py
98
__all__ = ["NoSectionError", "
DuplicateSectionError
", "NoOptionError",
147
class
DuplicateSectionError
(Error):
256
Raise
DuplicateSectionError
if a section by the specified name
264
raise
DuplicateSectionError
(section)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py
237
self.assertRaises(ConfigParser.
DuplicateSectionError
,
641
e1 = ConfigParser.
DuplicateSectionError
('section')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py
98
__all__ = ["NoSectionError", "
DuplicateSectionError
", "NoOptionError",
147
class
DuplicateSectionError
(Error):
256
Raise
DuplicateSectionError
if a section by the specified name
264
raise
DuplicateSectionError
(section)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py
237
self.assertRaises(ConfigParser.
DuplicateSectionError
,
641
e1 = ConfigParser.
DuplicateSectionError
('section')
Completed in 439 milliseconds