Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ arr
Function
arr
tests/test_numpy_array.py:28–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
@pytest.fixture
28
def
arr():
29
return
np.array([[1, 2, 3], [4, 5, 6]],
"=u2"
)
30
31
32
def
test_array_attributes():
Callers
3
data
Function · 0.85
data_t
Function · 0.85
TEST_SUBMODULE
Function · 0.85
Calls
1
array
Method · 0.80
Tested by
no test coverage detected