(self)
| 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) |
nothing calls this directly
no test coverage detected