Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py91 from collections import OrderedDict as _default_dict unknown
94 _default_dict = dict variable