Searched defs:NoSectionError (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DConfigParser.py98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error): class in inherits:Error
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DconfigHandler.py24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError namespace
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DConfigParser.py98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error): class in inherits:Error
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DconfigHandler.py24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DConfigParser.py98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error): class in inherits:Error
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DConfigParser.py98 __all__ = ["NoSectionError", "DuplicateSectionError", "NoOptionError",
139 class NoSectionError(Error): class in inherits:Error
279 raise NoSectionError(section)
330 raise NoSectionError(section)
347 raise NoSectionError(section)
396 raise NoSectionError(section)
424 raise NoSectionError(section)
607 raise NoSectionError(section)
642 raise NoSectionError(section)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py24 from ConfigParser import ConfigParser, NoOptionError, NoSectionError namespace

Completed in 120 milliseconds