Lines Matching refs:ParsingError
525 self.parse_error(cf, configparser.ParsingError,
528 self.parse_error(cf, configparser.ParsingError,
535 e = self.parse_error(cf, configparser.ParsingError,
541 error = configparser.ParsingError
876 with self.assertRaises(configparser.ParsingError):
1557 with self.assertRaises(configparser.ParsingError) as dse:
1598 configparser.ParsingError()
1602 configparser.ParsingError(source='source', filename='filename')
1605 error = configparser.ParsingError(filename='source')
1806 e1 = configparser.ParsingError('source')
1818 e1 = configparser.ParsingError(filename='filename')