Home
last modified time | relevance | path

Searched refs:PyStringMap (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy.py60 from org.python.core import PyStringMap
62 PyStringMap = None variable
120 if PyStringMap is not None:
121 d[PyStringMap] = _copy_with_copy_method
260 if PyStringMap is not None:
261 d[PyStringMap] = _deepcopy_dict
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy.py60 from org.python.core import PyStringMap
62 PyStringMap = None variable
120 if PyStringMap is not None:
121 d[PyStringMap] = _copy_with_copy_method
260 if PyStringMap is not None:
261 d[PyStringMap] = _deepcopy_dict
Dpickle.py88 from org.python.core import PyStringMap
90 PyStringMap = None variable
652 if not PyStringMap is None:
653 dispatch[PyStringMap] = save_dict