Home
last modified time | relevance | path

Searched refs:_deepcopy_dict (Results 1 - 3 of 3) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dsimple_copy.py52 def _deepcopy_dict(x): function
59 d[dict] = _deepcopy_dict
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dsimple_copy.py52 def _deepcopy_dict(x): function
59 d[dict] = _deepcopy_dict
/third_party/python/Lib/
H A Dcopy.py227 def _deepcopy_dict(x, memo, deepcopy=deepcopy): function
233 d[dict] = _deepcopy_dict
235 d[PyStringMap] = _deepcopy_dict

Completed in 1 milliseconds