Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copy
Method · 0.45
__copy__
Method · 0.45
copy
Method · 0.45
test_load_dll_with_flags
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
1
test_load_dll_with_flags
Method · 0.36