Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcopy.py246 def _deepcopy_method(x, memo): # Copy instance methods function
248 d[types.MethodType] = _deepcopy_method
/external/python/cpython2/Lib/
Dcopy.py263 def _deepcopy_method(x, memo): # Copy instance methods function
265 _deepcopy_dispatch[types.MethodType] = _deepcopy_method