Home
last modified time | relevance | path

Searched defs:_default_dict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DConfigParser.py91 from collections import OrderedDict as _default_dict unknown
94 _default_dict = dict variable
/external/python/cpython3/Lib/
Dconfigparser.py160 _default_dict = dict variable