Searched refs:InterpolationSyntaxError (Results 1 – 3 of 3) sorted by relevance
276 class InterpolationSyntaxError(InterpolationError): class427 raise InterpolationSyntaxError(option, section,442 raise InterpolationSyntaxError(488 raise InterpolationSyntaxError(option, section,503 raise InterpolationSyntaxError(516 raise InterpolationSyntaxError(
1324 with self.assertRaises(configparser.InterpolationSyntaxError):1330 with self.assertRaises(configparser.InterpolationSyntaxError):1332 with self.assertRaises(configparser.InterpolationSyntaxError):1631 with self.assertRaises(configparser.InterpolationSyntaxError) as cm:1635 with self.assertRaises(configparser.InterpolationSyntaxError) as cm:1789 e1 = configparser.InterpolationSyntaxError('option', 'section', 'msg')
1343 .. exception:: InterpolationSyntaxError