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

Method test_single

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

Source from the content-addressed store, hash-verified

1033 delete(a, [False] * 4)
1034
1035 def test_single(self):
1036 self._check_inverse_of_slicing(0)
1037 self._check_inverse_of_slicing(-4)
1038
1039 def test_0d(self):
1040 a = np.array(1)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected