Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __deepcopy__
Method
__deepcopy__
numpy/ma/core.py:6640–6641 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
6638
return
self
6639
6640
def
__deepcopy__(self, memo):
6641
return
self
6642
6643
def
__setattr__(self, attr, value):
6644
if
not self.__has_singleton():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected