MCPcopy Index your code
hub / github.com/numpy/numpy / _create_arrays

Method _create_arrays

numpy/lib/tests/test_function_base.py:989–992  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

987class TestDelete:
988
989 def _create_arrays(self):
990 a = np.arange(5)
991 nd_a = np.arange(5).repeat(2).reshape(1, 5, 2)
992 return a, nd_a
993
994 def _check_inverse_of_slicing(self, indices):
995 a, nd_a = self._create_arrays()

Callers 4

test_fancyMethod · 0.95
test_subclassMethod · 0.95

Calls 1

reshapeMethod · 0.80

Tested by

no test coverage detected