MCPcopy Create free account
hub / github.com/numpy/numpy / __copy__

Method __copy__

numpy/ma/core.py:6637–6638  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6635 return self
6636
6637 def __copy__(self):
6638 return self
6639
6640 def __deepcopy__(self, memo):
6641 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected