Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DConfigParser.py217 class MissingSectionHeaderError(ParsingError): class
/external/python/cpython3/Lib/
Dconfigparser.py339 class MissingSectionHeaderError(ParsingError): class