Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ DummyArray
Class
DummyArray
numpy/core/tests/test_multiarray.py:8629–8630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8627
8628
8629
class
DummyArray:
8630
__array_interface__ = interface
8631
8632
arr1 = np.asarray(DummyArray())
8633
assert_equal(arr1, arr[1:])
Callers
2
test_array_interface_offset
Function · 0.70
test_array_interface_unicode_typestr
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_array_interface_offset
Function · 0.56
test_array_interface_unicode_typestr
Function · 0.56