Searched refs:_default_dict (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DConfigParser.py91 from collections import OrderedDict as _default_dict namespace
94 _default_dict = dict variable
232 def __init__(self, defaults=None, dict_type=_default_dict,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DConfigParser.py91 from collections import OrderedDict as _default_dict namespace
94 _default_dict = dict variable
232 def __init__(self, defaults=None, dict_type=_default_dict,

Completed in 172 milliseconds