Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ test_single
Method
test_single
numpy/lib/tests/test_function_base.py:897–899 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
895
delete(self.a, [False]*4)
896
897
def
test_single(self):
898
self._check_inverse_of_slicing(0)
899
self._check_inverse_of_slicing(-4)
900
901
def
test_0d(self):
902
a = np.array(1)
Callers
nothing calls this directly
Calls
1
_check_inverse_of_slicing
Method · 0.95
Tested by
no test coverage detected