Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dconfigparser.py276 class InterpolationSyntaxError(InterpolationError): class
427 raise InterpolationSyntaxError(option, section,
442 raise InterpolationSyntaxError(
488 raise InterpolationSyntaxError(option, section,
503 raise InterpolationSyntaxError(
516 raise InterpolationSyntaxError(
/third_party/python/Lib/test/
Dtest_configparser.py1324 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')
/third_party/python/Doc/library/
Dconfigparser.rst1343 .. exception:: InterpolationSyntaxError