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

Method test_empty

numpy/_core/tests/test_numeric.py:3379–3380  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3377 self.check_function(np.ones)
3378
3379 def test_empty(self):
3380 self.check_function(np.empty)
3381
3382 def test_full(self):
3383 self.check_function(np.full, 0)

Callers

nothing calls this directly

Calls 1

check_functionMethod · 0.95

Tested by

no test coverage detected