MCPcopy 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

polyFunction · 0.45
averageFunction · 0.45
_quantile_ureduce_funcFunction · 0.45
meshgridFunction · 0.45
deleteFunction · 0.45
genfromtxtFunction · 0.45
_remove_nan_1dFunction · 0.45
test_basicMethod · 0.45
test_orderMethod · 0.45
test_subokMethod · 0.45
test_bothMethod · 0.45
test_extended_axisMethod · 0.45

Calls 1

_rcMethod · 0.95

Tested by 15

test_basicMethod · 0.36
test_orderMethod · 0.36
test_subokMethod · 0.36
test_bothMethod · 0.36
test_extended_axisMethod · 0.36
test_no_p_overwriteMethod · 0.36
test_axis_keywordMethod · 0.36
test_extended_axisMethod · 0.36
test_replace_maxMethod · 0.36
test_invalidMethod · 0.36
test_vectorMethod · 0.36