Home
last modified time | relevance | path

Searched refs:_default_dict (Results 1 – 1 of 1) 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,