Home
last modified time | relevance | path

Searched refs:dict_type (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DConfigParser.py224 def __init__(self, defaults=None, dict_type=_default_dict, argument
226 self._dict = dict_type
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cfgparser.py562 self.cf = self.config_class(defaults=defaults, dict_type=SortedDict)