Searched refs:InterpolationSyntaxError (Results 1 – 3 of 3) sorted by relevance
188 class InterpolationSyntaxError(InterpolationError): class715 raise InterpolationSyntaxError(option, section,730 raise InterpolationSyntaxError(
685 e1 = ConfigParser.InterpolationSyntaxError('option', 'section', 'msg')
197 .. exception:: InterpolationSyntaxError