Home
last modified time | relevance | path

Searched refs:_deepcopy_dispatch (Results 1 – 2 of 2) 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/cpython2/Lib/test/
Dtest_descr.py313 copy._deepcopy_dispatch[spam.spamlist] = spamlist
358 copy._deepcopy_dispatch[spam.spamdict] = spamdict