MCPcopy Index your code
hub / github.com/numpy/numpy / test_array_object

Method test_array_object

numpy/lib/tests/test_io.py:160–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

158 self.check_roundtrips(a)
159
160 def test_array_object(self):
161 a = np.array([], object)
162 self.check_roundtrips(a)
163
164 a = np.array([[1, 2], [3, 4]], object)
165 self.check_roundtrips(a)
166
167 def test_1D(self):
168 a = np.array([1, 2, 3, 4], int)

Callers

nothing calls this directly

Calls 1

check_roundtripsMethod · 0.95

Tested by

no test coverage detected