Home
last modified time | relevance | path

Searched refs:_Chainmap (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py558 class _Chainmap(_UserDict.DictMixin): class
613 d = _Chainmap(vardict, sectiondict, self._defaults)
/external/python/cpython2/Lib/test/
Dtest_cfgparser.py542 cm = ConfigParser._Chainmap(d1, d2)