MCPcopy 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

averageFunction · 0.45
_quantile_ureduce_funcFunction · 0.45
meshgridFunction · 0.45
deleteFunction · 0.45
_remove_nan_1dFunction · 0.45
polyFunction · 0.45
test_basicMethod · 0.45
test_orderMethod · 0.45
test_subokMethod · 0.45
test_bothMethod · 0.45
test_extended_axisMethod · 0.45
test_no_p_overwriteMethod · 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_vectorMethod · 0.36
test_cov_parametersMethod · 0.36