Searched refs:MissingSectionHeaderError (Results 1 – 3 of 3) sorted by relevance
539 e = self.parse_error(cf, configparser.MissingSectionHeaderError,552 error = configparser.MissingSectionHeaderError1575 with self.assertRaises(configparser.MissingSectionHeaderError) as dse:1841 e1 = configparser.MissingSectionHeaderError('filename', 123, 'line')
340 class MissingSectionHeaderError(ParsingError): class1086 raise MissingSectionHeaderError(fpname, lineno, line)
1349 .. exception:: MissingSectionHeaderError