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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 91 from collections import OrderedDict as _default_dict
94 _default_dict = dict variable
224 def __init__(self, defaults=None, dict_type=_default_dict,
  /external/python/cpython2/Lib/
ConfigParser.py 91 from collections import OrderedDict as _default_dict
94 _default_dict = dict variable
232 def __init__(self, defaults=None, dict_type=_default_dict,
  /external/python/cpython3/Lib/
configparser.py 17 __init__(defaults=None, dict_type=_default_dict, allow_no_value=False,
142 from collections import OrderedDict as _default_dict, ChainMap as _ChainMap
600 def __init__(self, defaults=None, dict_type=_default_dict,
    [all...]
  /external/python/cpython3/Lib/test/
test_configparser.py 42 dict_type = configparser._default_dict
    [all...]

Completed in 2294 milliseconds