HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULTSECT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 103 "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
105 DEFAULTSECT = "DEFAULT"
321 if section != DEFAULTSECT:
338 if section != DEFAULTSECT:
370 if not section or section == DEFAULTSECT:
382 if not section or section == DEFAULTSECT:
394 fp.write("[%s]\n" % DEFAULTSECT)
410 if not section or section == DEFAULTSECT:
494 elif sectname == DEFAULTSECT:
598 if section != DEFAULTSECT:
    [all...]
  /external/python/cpython2/Lib/
ConfigParser.py 103 "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
105 DEFAULTSECT = "DEFAULT"
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/
configparser.py 124 (section_name, section_proxy) for each section, including DEFAULTSECT.
158 "DEFAULTSECT", "MAX_INTERPOLATION_DEPTH"]
160 DEFAULTSECT = "DEFAULT"
604 default_section=DEFAULTSECT,
768 in `vars' (if provided), `section', and in `DEFAULTSECT' in that order.
    [all...]
  /external/python/cpython3/Lib/test/
test_configparser.py 44 default_section = configparser.DEFAULTSECT
    [all...]

Completed in 382 milliseconds