Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DConfigParser.py188 class InterpolationSyntaxError(InterpolationError): class
715 raise InterpolationSyntaxError(option, section,
730 raise InterpolationSyntaxError(
/external/python/cpython2/Lib/test/
Dtest_cfgparser.py685 e1 = ConfigParser.InterpolationSyntaxError('option', 'section', 'msg')
/external/python/cpython2/Doc/library/
Dconfigparser.rst197 .. exception:: InterpolationSyntaxError