Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_configparser.py539 e = self.parse_error(cf, configparser.MissingSectionHeaderError,
552 error = configparser.MissingSectionHeaderError
1575 with self.assertRaises(configparser.MissingSectionHeaderError) as dse:
1841 e1 = configparser.MissingSectionHeaderError('filename', 123, 'line')
/third_party/python/Lib/
Dconfigparser.py340 class MissingSectionHeaderError(ParsingError): class
1086 raise MissingSectionHeaderError(fpname, lineno, line)
/third_party/python/Doc/library/
Dconfigparser.rst1349 .. exception:: MissingSectionHeaderError