Searched refs:SectionProxy (Results 1 – 1 of 1) sorted by relevance
613 self._proxies[default_section] = SectionProxy(self, default_section)661 self._proxies[section] = SectionProxy(self, section)1076 self._proxies[sectname] = SectionProxy(self, sectname)1237 class SectionProxy(MutableMapping): class