Searched refs:DEFAULTSECT (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A DConfigParser.py103 "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
105 DEFAULTSECT = "DEFAULT" variable
329 if section != DEFAULTSECT:
346 if section != DEFAULTSECT:
378 if not section or section == DEFAULTSECT:
390 if not section or section == DEFAULTSECT:
402 fp.write("[%s]\n" % DEFAULTSECT)
418 if not section or section == DEFAULTSECT:
502 elif sectname == DEFAULTSECT:
606 if section != DEFAULTSECT
[all...]
/external/python/cpython3/Lib/
H A Dconfigparser.py124 (section_name, section_proxy) for each section, including DEFAULTSECT.
158 "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
160 DEFAULTSECT = "DEFAULT" variable
604 default_section=DEFAULTSECT,
769 in `vars' (if provided), `section', and in `DEFAULTSECT' in that order.
1133 the 'section' which takes priority over the DEFAULTSECT.
/external/python/cpython3/Lib/test/
H A Dtest_configparser.py44 default_section = configparser.DEFAULTSECT
1423 # the magic DEFAULTSECT behaviour.

Completed in 70 milliseconds