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

Method copy

tools/python-3.11.9-amd64/Lib/collections/__init__.py:721–723  ·  view source on GitHub ↗

Return a shallow copy.

(self)

Source from the content-addressed store, hash-verified

719 self.subtract(kwds)
720
721 def copy(self):
722 'Return a shallow copy.'
723 return self.__class__(self)
724
725 def __reduce__(self):
726 return self.__class__, (dict(self),)

Callers 5

__reduce__Method · 0.45
copyMethod · 0.45
__copy__Method · 0.45
copyMethod · 0.45

Calls 1

__class__Method · 0.45

Tested by 1