Home
last modified time | relevance | path

Searched refs:MissingSectionHeaderError (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py217 class MissingSectionHeaderError(ParsingError): class
512 raise MissingSectionHeaderError(fpname, lineno, line)
/external/python/cpython2/Lib/test/
Dtest_cfgparser.py178 self.parse_error(ConfigParser.MissingSectionHeaderError,
725 e1 = ConfigParser.MissingSectionHeaderError('filename', 123, 'line')
/external/python/cpython2/Doc/library/
Dconfigparser.rst205 .. exception:: MissingSectionHeaderError