Home
last modified time | relevance | path

Searched defs:InterpolationSyntaxError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py188 class InterpolationSyntaxError(InterpolationError): class
/external/python/cpython3/Lib/
Dconfigparser.py276 class InterpolationSyntaxError(InterpolationError): class