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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 91 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/
ConfigParser.py 91 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 1276 milliseconds