Home
last modified time | relevance | path

Searched refs:_deepcopy_dispatch (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dcopy.py161 copier = _deepcopy_dispatch.get(cls)
196 _deepcopy_dispatch = d = {} variable
265 _deepcopy_dispatch[types.MethodType] = _deepcopy_method
/external/python/cpython3/Lib/
Dcopy.py148 copier = _deepcopy_dispatch.get(cls)
188 _deepcopy_dispatch = d = {} variable
/external/python/cpython2/Lib/test/
Dtest_descr.py320 copy._deepcopy_dispatch[spam.spamlist] = spamlist
365 copy._deepcopy_dispatch[spam.spamdict] = spamdict
/external/python/cpython3/Lib/test/
Dtest_descr.py303 copy._deepcopy_dispatch[spam.spamlist] = spamlist
348 copy._deepcopy_dispatch[spam.spamdict] = spamdict