MCPcopy 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
28def arr():
29 return np.array([[1, 2, 3], [4, 5, 6]], "=u2")
30
31
32def test_array_attributes():

Callers 3

dataFunction · 0.85
data_tFunction · 0.85
TEST_SUBMODULEFunction · 0.85

Calls 1

arrayMethod · 0.80

Tested by

no test coverage detected