Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DConfigParser.py91 from collections import OrderedDict as _default_dict unknown
94 _default_dict = dict variable
232 def __init__(self, defaults=None, dict_type=_default_dict,
/external/python/cpython3/Lib/
Dconfigparser.py142 from collections import OrderedDict as _default_dict, ChainMap as _ChainMap unknown
600 def __init__(self, defaults=None, dict_type=_default_dict,
/external/python/cpython3/Lib/test/
Dtest_configparser.py42 dict_type = configparser._default_dict
1112 if cf._dict is configparser._default_dict: