Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ copy
Method
copy
numpy/lib/_user_array_impl.py:249–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
247
return
self._rc(greater_equal(self.array, other))
248
249
def
copy(self):
250
""
251
return
self._rc(self.array.copy())
252
253
def
tobytes(self):
254
""
Callers
15
poly
Function · 0.45
average
Function · 0.45
_quantile_ureduce_func
Function · 0.45
meshgrid
Function · 0.45
delete
Function · 0.45
genfromtxt
Function · 0.45
_remove_nan_1d
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
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_invalid
Method · 0.36
test_vector
Method · 0.36