Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dconfigparser.py612 self._proxies[default_section] = SectionProxy(self, default_section)
661 self._proxies[section] = SectionProxy(self, section)
1074 self._proxies[sectname] = SectionProxy(self, sectname)
1216 class SectionProxy(MutableMapping): class