Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ copy
Method
copy
numpy/lib/user_array.py:222–224 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
220
return
self._rc(greater_equal(self.array, other))
221
222
def
copy(self):
223
""
224
return
self._rc(self.array.copy())
225
226
def
tostring(self):
227
""
Callers
15
average
Function · 0.45
_quantile_ureduce_func
Function · 0.45
meshgrid
Function · 0.45
delete
Function · 0.45
_remove_nan_1d
Function · 0.45
poly
Function · 0.45
test_basic
Method · 0.45
test_order
Method · 0.45
test_subok
Method · 0.45
test_both
Method · 0.45
test_extended_axis
Method · 0.45
test_no_p_overwrite
Method · 0.45
Calls
1
_rc
Method · 0.95
Tested by
15
test_basic
Method · 0.36
test_order
Method · 0.36
test_subok
Method · 0.36
test_both
Method · 0.36
test_extended_axis
Method · 0.36
test_no_p_overwrite
Method · 0.36
test_axis_keyword
Method · 0.36
test_overwrite_keyword
Method · 0.36
test_extended_axis
Method · 0.36
test_replace_max
Method · 0.36
test_vector
Method · 0.36
test_cov_parameters
Method · 0.36