MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _deepcopy_atomic

Function _deepcopy_atomic

tools/python-3.11.9-amd64/Lib/copy.py:182–183  ·  view source on GitHub ↗
(x, memo)

Source from the content-addressed store, hash-verified

180_deepcopy_dispatch = d = {}
181
182def _deepcopy_atomic(x, memo):
183 return x
184d[type(None)] = _deepcopy_atomic
185d[type(Ellipsis)] = _deepcopy_atomic
186d[type(NotImplemented)] = _deepcopy_atomic

Callers 1

deepcopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected