Home
last modified time | relevance | path

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

/external/python/cpython2/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
658 if not PyStringMap is None:
659 dispatch[PyStringMap] = save_dict